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.