Skip to content
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

Restore kube-controller-manager --use-service-account-credentials #226

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Nov 10, 2020

  • kube-controller-manager Pods can start control loops with credentials that have been granted relevant controller manager roles or using generated service accounts bound to each role
  • During the migration of the control plane from self-hosted to static pods (Migrate from self-hosted to static pod control plane #148) the flag for using separate service accounts was inadvertently dropped
  • Restore the --use-service-account-credentials flag used before v1.16

Related:

* kube-controller-manager Pods can start control loops with credentials
that have been granted relevant controller manager roles or using
generated service accounts bound to each role
* During the migration of the control plane from self-hosted to static
pods (#148)
the flag for using separate service accounts was inadvertently dropped
* Restore the --use-service-account-credentials flag used before v1.16

Related:

* https://kubernetes.io/docs/reference/access-authn-authz/rbac/#controller-roles
* #225
@dghubble dghubble merged commit 74c299b into master Nov 11, 2020
@dghubble dghubble deleted the restore-controller-manager-option branch November 11, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants