-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Disable RBAC Addon's in Node Mode #5925
Conversation
The current implementation applys the rbac addons regardless. When node authorization is enable this manifests is skipped. In regard to rollouts from RBAC -> Node, the process will be disable manifest, though the clusterrolebindings will still exist. Once all the nodes have been upgraded to use Node authorization the administrator can delete the binding maunally.
/assign @justinsb |
{ | ||
key := "rbac.addons.k8s.io" | ||
version := "1.8.0" | ||
// @check if node authorization or bootstrap tokens are enabled an if so we can forgo applying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an
=> and
Looks good, will wait for another set of eyes to approve :) |
/lgtm Looks good for me as well! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrisz100, gambol99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The current implementation applys the rbac addons regardless. When node authorization or bootstrap token are enabled this manifests is skipped. In regard to rollouts from RBAC -> Node, the process will be disable manifest, though the clusterrolebindings will remain. Once all the nodes have been upgraded to use Node authorization the administrator can delete the binding manually. As indicated by https://kubernetes.io/docs/reference/access-authn-authz/node/