Emphasizing reprovisioning may occur

This commit is contained in:
Jennifer Travinski
2022-03-11 18:25:08 -05:00
parent e155f2531b
commit 7cf2e83c27
@@ -15,7 +15,7 @@ RKE1 uses Docker for deploying and managing control plane components and the con
RKE2/K3s provisioning is built on top of the Cluster API (CAPI) upstream framework which often makes RKE2-provisioned clusters behave differently than RKE1-provisioned clusters.
When you make changes to your cluster configuration in RKE2, this may result in nodes reprovisioning. This is controlled by CAPI controllers and not by Rancher itself. Note that for etcd nodes, the same behavior does not apply.
When you make changes to your cluster configuration in RKE2, this **may** result in nodes reprovisioning. This is controlled by CAPI controllers and not by Rancher itself. Note that for etcd nodes, the same behavior does not apply.
Users who are used to RKE1 provisioning should take note of this new RKE2 behavior which may be unexpected.