-
Notifications
You must be signed in to change notification settings - Fork 1
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
configurable storage class #264
Conversation
This comment has been minimized.
This comment has been minimized.
/run cluster-test-suites |
cluster-test-suites
📋 View full results in Tekton Dashboard Rerun trigger: Tip To only re-run the failed test suites you can provide a |
There were differences in the rendered Helm template, please check! Output
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems sensible
This pr adds the capability to specify a storage policy or none for the default vSphere csi storage class. Setting no storage policy is required in some cases.
It is also possible to not create a default policy and set the reclaimPolicy. Here we only create one SC as we never really used the reclaim policy.
The idea is to offer the customer the ability to easily create a default SC, other SCs can be created manually.
Consumes giantswarm/cloud-provider-vsphere-app#136
Towards giantswarm/roadmap#3626
Trigger e2e tests
/run cluster-test-suites