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

Default PVC can cause rolling updates to fail #491

Closed
ebaron opened this issue Nov 15, 2022 · 0 comments · Fixed by #499
Closed

Default PVC can cause rolling updates to fail #491

ebaron opened this issue Nov 15, 2022 · 0 comments · Fixed by #499
Labels
bug Something isn't working

Comments

@ebaron
Copy link
Member

ebaron commented Nov 15, 2022

Depending on the storage implementation, you may encounter errors of the form: Multi-Attach error for volume "..." Volume is already used by pod(s) ... when trying to do a rolling update. This occurs when the PV doesn't support ReadWriteMany, and the replicas end up on different nodes [1].

[1] https://stackoverflow.com/a/63524679

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
No open projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant