Skip to content

Check if we can remove the preStop hook from the daemonset #34

@olevski

Description

@olevski

This hook is on the node driver registrar on the daemonset.

I am not sure if this is standard practice or not. If it is (i.e. recomended by the docs for the csi-node-driver-registrar:v2.12.0 sidecar then we leave it. If not we can do the same thing in code most likely.

    lifecycle:
      preStop:
        exec:
          command:
          - /bin/sh
          - -c
          - rm -rf /registration/csi-rclone /registration/csi-rclone-reg.sock

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions