Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/embedded-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading