Skip to content

Commit f13522b

Browse files
committed
update supported container runtimes in configure-gmsa.md
1 parent d2b9f0e commit f13522b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-gmsa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 20
1010

1111
This page shows how to configure [Group Managed Service Accounts](https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/group-managed-service-accounts-overview) (GMSA) for Pods and containers that will run on Windows nodes. Group Managed Service Accounts are a specific type of Active Directory account that provides automatic password management, simplified service principal name (SPN) management, and the ability to delegate the management to other administrators across multiple servers.
1212

13-
In Kubernetes, GMSA credential specs are configured at a Kubernetes cluster-wide scope as Custom Resources. Windows Pods, as well as individual containers within a Pod, can be configured to use a GMSA for domain based functions (e.g. Kerberos authentication) when interacting with other Windows services. As of v1.16, the Docker runtime supports GMSA for Windows workloads.
13+
In Kubernetes, GMSA credential specs are configured at a Kubernetes cluster-wide scope as Custom Resources. Windows Pods, as well as individual containers within a Pod, can be configured to use a GMSA for domain based functions (e.g. Kerberos authentication) when interacting with other Windows services.
1414

1515
## {{% heading "prerequisites" %}}
1616

@@ -66,7 +66,7 @@ Following are the steps for generating a GMSA credential spec YAML manually in J
6666
The following YAML configuration describes a GMSA credential spec named `gmsa-WebApp1`:
6767

6868
```yaml
69-
apiVersion: windows.k8s.io/v1alpha1
69+
apiVersion: windows.k8s.io/v1
7070
kind: GMSACredentialSpec
7171
metadata:
7272
name: gmsa-WebApp1 #This is an arbitrary name but it will be used as a reference

0 commit comments

Comments
 (0)