From 745e4f6a3ccd3ba42395497195a69f5040fa18dd Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:40:30 -0500 Subject: [PATCH] Update embedded-config.mdx --- docs/reference/embedded-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/embedded-config.mdx b/docs/reference/embedded-config.mdx index 0aebd48cd..7d3cc8f37 100644 --- a/docs/reference/embedded-config.mdx +++ b/docs/reference/embedded-config.mdx @@ -74,7 +74,7 @@ For a full list of versions, see the Embedded Cluster [releases page](https://gi You can define node roles in the Embedded Cluster Config. In multi-node clusters, roles are used to determine which nodes run the Kubernetes control plane, and to assign application workloads to particular nodes. One or more roles can be selected and assigned to a node when it is joined to the cluster. :::note -Roles are not updated or changed after a node is added. If you need to change a node’s role, reset the node and add it again. +Roles are not updated or changed after a node is added. If you need to change a node’s role, reset the node and add it again with the correct role. ::: ### controller