-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[installer] mysql helm global.storageClass may need to be set #6789
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
Comments
I tried adding a
Its not flowing through to the StatefulSet.
I've also set a default storageclass. So I would have thought it would have just been picked up.
|
Kubernetes is a journey. We should likely require a default storage class or let folks set it. |
Gitlab has a nice example to follow. https://docs.gitlab.com/charts/installation/storage.html#using-the-custom-storage-class |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Pothulapati could you take a look at this? This might be related to the work you are doing regarding post-processing in the #9075 and if we have a good fix there it might help with this issue as well. |
@mrsimonemms could you please also check here if this is still relevant? |
I'm going to close this as "not planned". There's been no other mention of this since November as in-cluster MySQL has sort of evolved as the backup choice - the preferred, enterprise-grade solution is always to use a managed/external database. |
I set a default storage class:
minio and registry respect that. mysql does not. In the Bitnami Helm chart the option is:
global.storageClass
and by default itsnil
When we render it down we might have to give it a value?
The text was updated successfully, but these errors were encountered: