From 54c3a69bdc4e3008202705203a6891d9ca216856 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 29 Jun 2020 09:50:43 -0700 Subject: [PATCH] Correct description of RKE upgrades prior to v1.1.0 --- content/rke/latest/en/upgrades/how-upgrades-work/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/upgrades/how-upgrades-work/_index.md b/content/rke/latest/en/upgrades/how-upgrades-work/_index.md index 0b57ed9cdf3..77ef6cfec1f 100644 --- a/content/rke/latest/en/upgrades/how-upgrades-work/_index.md +++ b/content/rke/latest/en/upgrades/how-upgrades-work/_index.md @@ -70,7 +70,7 @@ For an example showing how to configure the addons, refer to the [example cluste When a cluster is upgraded with `rke up`, using the default options, the following process is used: - etcd nodes get updated first, one at a time. -- Controlplane nodes get updated second, one at a time. +- Controlplane nodes get updated second, in batches of 50 or the total number of worker nodes, whichever is lower. - Worker nodes and addons get updated third, in batches of 50 or the total number of worker nodes, whichever is lower. - Addons get upgraded one by one.