-
Notifications
You must be signed in to change notification settings - Fork 59
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
Linodes currently can only mount 7 volumes PVCs, not 8 #154
Comments
Can this be reopened? This change was lost when v0.7.0 was merged and i am getting |
@nesv for vis |
@codestation Could you please open a new issue? That way we can track it appropriately against any potential bug fixes. |
Opened #182 as requested. |
Thank you very much! |
General:
Feature Requests:
Bug Reporting
Linodes need a boot disk, hence maximum PVCs is currently 7.
Expected Behavior
Kubernetes scheduler should not try to assign more than 7 volumes to a single Linode.
Actual Behavior
CSI node advertises that it can bind 8 volumes. This eventually results in pod failing to run when it tries to bind 8th volume on the node.
Steps to Reproduce the Problem
It's not deterministic, but the following is likely to reproduce:
Environment Specifications
Screenshots, Code Blocks, and Logs
Additional Notes
For general help or discussion, join the Kubernetes Slack team channel
#linode
. To sign up, use the Kubernetes Slack inviter.The Linode Community is a great place to get additional support.
The text was updated successfully, but these errors were encountered: