-
Notifications
You must be signed in to change notification settings - Fork 59
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
K8s version management #470
Comments
This could extends to all the application present in the catalog. |
I think we should consider using LTS versions by default. But we need to develop a policy for supporting every specific version. For example Kubernetes support only latest 3 versions |
Could be cool if we can select the kind of upgrade: Node Cycling or Rolling Update for K8s cluster. |
Looks like a cool issue. @matthieu-robin @kvaps @mattia-eleuteri Do you think I should do a small PR on this ? Also, I will need the helm directory |
@samuelarogbonlo thank you, The version should be specified in two places: control-plane:
and workers, which is a bit more tricky, as we need to have separate docker image for every version:
|
As a user or a Cozystack admin, I would like to be able to choose my K8s version ( specifically) independant of the Cozystack app version ( if possible)
And be sure of the version. Old version of Kubernetes needs to be still available.
The text was updated successfully, but these errors were encountered: