Skip to content

Commit

Permalink
UPSTREAM: <carry>: add control plane to allow roles
Browse files Browse the repository at this point in the history
openshift-rebase(v1.24):source=4ac30cd9474
  • Loading branch information
rphillips authored and soltysh committed Aug 22, 2022
1 parent 24a7dab commit 3598b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staging/src/k8s.io/kubelet/pkg/apis/well_known_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ var kubeletLabels = sets.NewString(
LabelArch,

// These are special for OpenShift:
"node-role.kubernetes.io/control-plane",
"node-role.kubernetes.io/master",
"node-role.kubernetes.io/worker",
"node-role.kubernetes.io/etcd",
Expand Down

0 comments on commit 3598b29

Please sign in to comment.