Skip to content

Commit c60b778

Browse files
Merge pull request #250875 from AbelHu/abelch/update-aks-win-gmsa
Update use-group-managed-service-accounts.md
2 parents c1a3531 + 15d2d9a commit c60b778

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/use-group-managed-service-accounts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can either [grant access to your key vault for the identity after cluster cr
165165
2. Create a new YAML named *gmsa-spec.yaml* and paste in the following YAML. Make sure you replace the placeholders with your own values.
166166
167167
```YAML
168-
apiVersion: windows.k8s.io/v1alpha1
168+
apiVersion: windows.k8s.io/v1
169169
kind: GMSACredentialSpec
170170
metadata:
171171
name: aks-gmsa-spec # This name can be changed, but it will be used as a reference in the pod spec
@@ -191,6 +191,9 @@ You can either [grant access to your key vault for the identity after cluster cr
191191
Sid: $GMSA_SID
192192
```
193193
194+
> [!NOTE]
195+
> AKS has upgraded the `apiVersion` of `GMSACredentialSpec` from `windows.k8s.io/v1alpha1` to `windows.k8s.io/v1` in release v20230903.
196+
194197
3. Create a new YAML named *gmsa-role.yaml* and paste in the following YAML.
195198
196199
```YAML

0 commit comments

Comments
 (0)