We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
we are seeing issues in our kubelet error logs when we shutdown a node. The preStop hook (
csi-driver/deploy/charts/csi-driver/templates/daemonset.yaml
Line 25 in 397cac4
/bin/sh
The text was updated successfully, but these errors were encountered:
Thanks for the case @basert! Looking at kubernetes-csi/node-driver-registrar#21 and kubernetes-csi/node-driver-registrar#61, it looks like we can safely remove the preStop hook altogether.
preStop
I'll create a PR for that now, as well as release a new helm chart release containing this change.
/assign
Sorry, something went wrong.
Hey Josh, can you let me know when you plan to release the change?
@basert done! 🙂
JoshVanL
Successfully merging a pull request may close this issue.
Hey,
we are seeing issues in our kubelet error logs when we shutdown a node. The preStop hook (
csi-driver/deploy/charts/csi-driver/templates/daemonset.yaml
Line 25 in 397cac4
/bin/sh
binary: https://github.com/kubernetes-csi/node-driver-registrar/blob/master/DockerfileThe text was updated successfully, but these errors were encountered: