-
Notifications
You must be signed in to change notification settings - Fork 589
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
Upgrading Nodes Manually #3740
Comments
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions. |
We'd also like to know how this manual upgrade is supposed to work and how we can trigger it. In our case we deploy and upgrade Unfortunately this is not apparent how to perform this kind of upgrade with Thank you in advance. |
I'm also interested in this information, please. Thank you! |
Please share more details on the topic. Thank you in advance! |
This is a very interesting topic! We are waiting for an answer! |
I would like to know more about "Upgrading Nodes Manually" as described in the following document: https://rke.docs.rancher.com/upgrades#upgrading-nodes-manually
We are considering upgrading the Kubernetes version of our downstream cluster.
Could you advise on how we could initiate the upgrade to manually upgrade each node one at a time?
Our company uses Rancher to manage our clusters.
Since the target cluster for the upgrade was set up using Rancher's UI, we have access to the configuration (cluster.yaml) via the Rancher UI.
If we change the Kubernetes version in this configuration, the upgrade for each node would likely start automatically.
However, since we would like to upgrade each node manually, we are thinking of setting the following options as shown below.
Would this allow us to perform each node's upgrade manually?
For example, within the cluster, we have Redis, with the master and slave located on separate nodes.
When the master begins upgrading, I believe it will take a certain amount of time for the slave to detect that it can no longer communicate with the master.
During this period, data cannot be recorded to the master, leading to a potential data loss for that time span.
To minimize data loss, we would like to control the order and timing of the upgrade—for instance, by starting the upgrade from the slave.
Thank you for reading.
The text was updated successfully, but these errors were encountered: