From ab9eb76b6621c41802aaeed2c45ff330c7250e5f Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:56:21 -0400 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 5013ead78b..b3ed961480 100644 --- a/docs/reference/embedded-config.mdx +++ b/docs/reference/embedded-config.mdx @@ -71,7 +71,7 @@ For a full list of versions, see the Embedded Cluster [releases page](https://gi ## roles -You can define node roles in the Embedded Cluster Config. Roles are particularly useful for multi-node clusters. One or more roles can be selected and assigned to a node when it is joined to the cluster. Node roles can be used to determine which nodes run the Kubernetes control plane, and to assign application workloads to particular nodes. +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.