Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
olevski opened this issue Oct 2, 2024 · 0 comments
Open

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

olevski opened this issue Oct 2, 2024 · 0 comments

Comments

@olevski
Copy link
Member

olevski commented Oct 2, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant