-
Notifications
You must be signed in to change notification settings - Fork 159
Pre-stop hook to delete registration socket isn't working #365
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
Comments
will be fixed in node driver registrar by reconciling the socket and also deleting it on sigterm |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issue tracking socket reconciliation: |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
I'm removing preStop hook from csi-driver-hostpath in kubernetes-csi/csi-driver-host-path#176. It can't work and nobody is adding shell to node-driver-registrar. It would be nice if it was removed from GCE PD manifests too, so kubernetes tests logs are cleaner. Effort to add signal handling to node-driver-registrar is IMO orthogonal. |
preStop hook was removed in #520 |
@saad-ali: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Node-driver-registrar moved to distroless, so shelling no longer works. Alternative solution is being discussed at the node-driver-registrar level here: kubernetes-csi/node-driver-registrar#21 (comment)
The text was updated successfully, but these errors were encountered: