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

[BUG] plugin delete the csi socket when restarting unexpectly #2088

Closed
cheyang opened this issue Aug 24, 2022 · 1 comment
Closed

[BUG] plugin delete the csi socket when restarting unexpectly #2088

cheyang opened this issue Aug 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@cheyang
Copy link
Collaborator

cheyang commented Aug 24, 2022

What is your environment(Kubernetes version, Fluid version, etc.)

Describe the bug

When plugin restarted for some reason, preStop will be executed and remove reg.sock. It will cause kubelet remove it from csi plugin list and can not serve any more.

reg.sock will be removed by node-driver-registar when it shutdown. refer to kubernetes-csi/node-driver-registrar#61 . preStop is not needed any more.

What you expect to happen:

How to reproduce it

Additional Information

@cheyang cheyang added the bug Something isn't working label Aug 24, 2022
@cheyang
Copy link
Collaborator Author

cheyang commented Aug 24, 2022

fixed by #2087

@cheyang cheyang closed this as completed Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant