-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove default binding of system:node role to system:nodes group #49638
Remove default binding of system:node role to system:nodes group #49638
Conversation
cc @kubernetes/sig-auth-pr-reviews |
da9e0a0
to
139f268
Compare
139f268
to
d65610b
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ericchiang, liggitt Associated issue: 279 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Communicated to cluster-lifecycle? |
/retest |
@smarterclayton thanks. Sent a notice to the cluster lifecycle mailing list https://groups.google.com/forum/#!topic/kubernetes-sig-cluster-lifecycle/1OIjHX-A3sI |
Automatic merge from submit-queue (batch tested with PRs 49619, 49598, 47267, 49597, 49638) |
Automatic merge from submit-queue Enable node authorizer in local-up-cluster Fixes #49822 Enables the Node authorization mode to ensure the kubelet credential we create has permission to do kubelet-related things. Matches the default authorizers in gce/gke and CI clusters. Related to the deprecation of the automatic binding of the `system:nodes` group to the `system:node` role on new deployments (#49638) ```release-note `hack/local-up-cluster.sh` now enables the Node authorizer by default. Authorization modes can be overridden with the `AUTHORIZATION_MODE` environment variable, and the `ENABLE_RBAC` environment variable is no longer used. ```
part of kubernetes/enhancements#279
deprecation of this automatic binding announced in 1.7 in #46076