-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Discussion on operations allowed while a managed cluster is being upgraded #5222
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
This issue supersedes #5183. |
@ykakarap Do you mean during a control-plane upgrade? |
@sbueringer mostly yes. However lets use this to look into any considerations to make while machine deployments are upgrading. |
Let's run some tests around the above points and figure out if this is something we need to tackle today or later. /milestone v0.4 |
/milestone v1.0 |
/assign |
I have made some investigations on this point (with focus on KCP, but I think the same apply to other control plane providers), and the TL;DR; is:
More in detail
@vincepri @ykakarap @sbueringer opinions |
The ElasticSearch operator has the same issue with ES / Kibana. Kibana cant be greater version then ES. In their operator, they chose option II. You can see with a 'describe kibana' an event stating its holding off performing the requested upgrade of Kibana until ES reaches at least the same version. Its been pretty nice to use. |
In general 2.ii sounds like the cleanest solution. It sounds to me like it would work in all cases. Doesn't necessarily mean we have to implement it right now. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
/close |
@fabriziopandini: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Uh oh!
There was an error while loading. Please reload this page.
This issue is meant to be an ongoing discussion/brainstorming on the list of operations that are allowed/disallowed during a cluster upgrade.
A non-exhaustive list of operations to consider:
/kind design
/area topology
The text was updated successfully, but these errors were encountered: