-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
parameterize PVC storage class (ingester, querier, compactor) #2718
parameterize PVC storage class (ingester, querier, compactor) #2718
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2718 +/- ##
==========================================
- Coverage 61.46% 61.44% -0.02%
==========================================
Files 173 173
Lines 13421 13421
==========================================
- Hits 8249 8247 -2
- Misses 4421 4422 +1
- Partials 751 752 +1
|
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
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.
LGTM, thanks!
@halcyondude not sure what happened to cause the conflict, if you have a chance could you see if you could rebase? |
indentation changed, I tried to push to the branch but I'm not allowed. |
done! |
What this PR does / why we need it:
Improve the initial UX for folks deploying Loki via ksonnet to clusters where VMWare Cloud is not being used.
tk apply
don't work either, as the PVC needs to be deleted then re-added.Background / Context
The current StorageClass is of type 'fast' and config like below will be generated.
fast
corresponds to the VMware Cloud Provider (vCP) StorageClass provisioner""
). More info/overview: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1While making the default
""
would also make sense, it would have the potential to break existing deployments (that use VMW Cloud) if the cluster admin's have not configured the DefaultStorageClass.