You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPSTREAM: <carry>: noderestrictions: add node-role.kubernetes.io/* to allowed node labels
Server side validation of node labels was added in kubernetes#90307. We only disabled kubelet-side validation before to make our node role labels work.
UPSTREAM: <carry>: add control plane to allow roles
OpenShift-Rebase-Source: 38bfed3
OpenShift-Rebase-Source: aff4434
UPSTREAM: <carry>: Do not allow nodes to set forbidden openshift labels
Signed-off-by: Harshal Patil <[email protected]>
returnadmission.NewForbidden(a, fmt.Errorf("node %q is not allowed to set the following labels: %s", nodeName, strings.Join(forbiddenLabels.List(), ", ")))
0 commit comments