-
Notifications
You must be signed in to change notification settings - Fork 45
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
Document k0s persistence #650
Comments
I'm in the same situation of not knowing whether it is needed or not for non-ephemeral clusters. If it is necessary, we found that it does not currently work in Standalone mode (at least when replicas >1) because it doesn't use the StatefuleSets persistent volume template correctly. It creates the volume template, but the VolumeMount doesn't use the template name and pods are never created because of that config error. |
@nealf thanks for reporting this issue 👍 Fix for it was released in |
@kbumsik in |
@apedriza Hi, thank you for the update. I will close the issue since the new documentation addresses it. |
Hi, I am experimenting k0smotron to implement multi-tenant k8s with remote workers.
While playing around k0smotron, one thing I noticed is that documentation on Cluster.spec.persistence is lacking, while it seems to be important for production deployment.
For example:
Since v1 is out, some insights regarding production deployments like this would really helps.
The text was updated successfully, but these errors were encountered: