-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Graduating Windows GMSA support to beta #82110
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
Conversation
Concerns from alpha-phase reviews have been addressed in kubernetes#80320 and kubernetes#82109 and early adopters have given positive feedback; so it seems there are no blockers to graduate GMSA support to beta. This patch also enables GMSA support by default, mainly for the sake of making it easier for cluster admins to use, as well as for e2e tests in nightly builds. Signed-off-by: Jean Rouge <rougej+github@gmail.com>
/hold |
/priority important-soon |
/assign @michmike @PatrickLang @brendanburns |
@ddebroy: GitHub didn't allow me to assign the following users: brendanburns. Note that only kubernetes members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
/test pull-kubernetes-e2e-gce |
/milestone v1.16 |
/lgtm Will remove hold in a bit once #82109 is in tide pool |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michmike, PatrickLang, wk8 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 |
/hold cancel |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Concerns from alpha-phase reviews have been addressed in
#80320
and
#82109
and early adopters have given positive feedback; so it seems there are
no blockers to graduate GMSA support to beta.
This patch also enables GMSA support by default, mainly for the sake of
making it easier for cluster admins to use, as well as for e2e tests in
nightly builds.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: