-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Placeholder for Windows GMSA docs #12869
Conversation
Signed-off-by: Deep Debroy <ddebroy@docker.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing 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 |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 48730dc https://deploy-preview-12869--kubernetes-io-master-staging.netlify.com |
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.
Some comments that I hope are useful.
@@ -350,6 +350,10 @@ Starting with kubernetes v1.11, kubelet and kube-proxy can run as Windows servic | |||
|
|||
This means that you can now register them as Windows services via `sc` command. More details about how to create Windows services with `sc` can be found [here](https://support.microsoft.com/en-us/help/251192/how-to-create-a-windows-service-by-using-sc-exe). | |||
|
|||
### GMSA support | |||
|
|||
Starting with Kubernetes v1.14, Windows container workloads can be configured with a GMSA credential spec JSON. Operators can configure a set of GMSA credential specs that can be used in Windows worker nodes across the Kubernetes cluster |
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.
I'd use a feature state shortcode here.
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.
Should we expand GMSA to Group Managed Service Account?
Signed-off-by: Deep Debroy <ddebroy@docker.com>
Signed-off-by: Deep Debroy <ddebroy@docker.com>
Superseded by #12936 . This one was opened against Master and not the 1.14 branch for docs. |
Signed-off-by: Deep Debroy ddebroy@docker.com