Correct description of RKE upgrades prior to v1.1.0

This commit is contained in:
Catherine Luse
2020-06-29 09:50:43 -07:00
parent bfd960f19f
commit 54c3a69bdc
@@ -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.