-
Notifications
You must be signed in to change notification settings - Fork 807
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
Add Storage Class to static_provisioning example #1172
Comments
/good-first-issue |
@gtxu: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
why? i removed it for precisely the same reason, because it is confusing #794. storageclass dictates how volumes get dynamically provisioned. In the static provisioning case, it does not do anything |
Why I attempt to run the example without a storage class I get this error in the pvc,
Running in EKS 1.21 with managed nodegroup. Reproduction steps,
After some testing the fix is either to add a StorageClass or to add, volumeName: test-pv, to the pvc. I am inclined to agree that not using the StorageClass does highlight a feature of static provisioning. Please let me know if you agree @wongma7. |
Hi @pptb-aws thanks for your feedback. Recent changes were made that address this issue. Can you please try out the static provisioning example with the updated instructions/manifest files and provide further feedback? Thanks. |
instructions work for me. I am closing this, thank you for the explanations and assistance. |
Is your feature request related to a problem?/Why is this needed
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The static_provisioning example does not have a storageclass in the example. This may result in confusion for people when looking at this example when all others have storageclasses.
/feature
Describe the solution you'd like in detail
A clear and concise description of what you want to happen.
Add a storageclass object to the example.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
If there is a reason not to include a storageclass, please add it to the readme
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: