Skip to content

Commit 27109c3

Browse files
authored
Merge pull request #2749 from replicatedhq/ajp-io-patch-2
Make it clear that node roles are for multi-node clusters
2 parents e8bf924 + ab9eb76 commit 27109c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/embedded-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For a full list of versions, see the Embedded Cluster [releases page](https://gi
7171
7272
## roles
7373
74-
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.
74+
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.
7575
7676
:::note
7777
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.

0 commit comments

Comments
 (0)