Skip to content

Commit

Permalink
UPSTREAM: <carry>: add control plane to allow roles
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Sep 14, 2021
1 parent 3009460 commit f7ae4c0
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
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 f7ae4c0

Please sign in to comment.