Skip to content

Commit 4b928e3

Browse files
committed
updated labels node-role.kubernetes.io/control-plane and node-role.kubernetes.io/master.
1 parent 1f5b1f6 commit 4b928e3

File tree

1 file changed

+5
-2
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+5
-2
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,15 +1114,15 @@ used to determine if the user has applied settings different from the kubeadm de
11141114

11151115
Used on: Node
11161116

1117-
Label that kubeadm applies on the control plane nodes that it manages.
1117+
Label that kubeadm applies on the control plane nodes that it manages. If this label set, [EndpointSlice controller](/docs/concepts/services-networking/topology-aware-routing/#implementation-control-plane) ignores that node.
11181118

11191119
### node-role.kubernetes.io/control-plane {#node-role-kubernetes-io-control-plane-taint}
11201120

11211121
Used on: Node
11221122

11231123
Example: `node-role.kubernetes.io/control-plane:NoSchedule`
11241124

1125-
Taint that kubeadm applies on control plane nodes to allow only critical workloads to schedule on them.
1125+
Taint that kubeadm applies on control plane nodes to allow only critical workloads to schedule on them. If this taint set, EndpointSlice controller ignores that node.
11261126

11271127
### node-role.kubernetes.io/master (deprecated) {#node-role-kubernetes-io-master-taint}
11281128

@@ -1133,3 +1133,6 @@ Example: `node-role.kubernetes.io/master:NoSchedule`
11331133
Taint that kubeadm previously applied on control plane nodes to allow only critical workloads to schedule on them.
11341134
Replaced by [`node-role.kubernetes.io/control-plane`](#node-role-kubernetes-io-control-plane-taint); kubeadm
11351135
no longer sets or uses this deprecated taint.
1136+
{{< note >}}
1137+
The EndpointSlice controller ignores nodes with the `node-role.kubernetes.io/control-plane` or `node-role.kubernetes.io/master` label set.
1138+
{{< /note >}}

0 commit comments

Comments
 (0)