File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ You can either [grant access to your key vault for the identity after cluster cr
165
165
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.
166
166
167
167
```YAML
168
- apiVersion: windows.k8s.io/v1alpha1
168
+ apiVersion: windows.k8s.io/v1
169
169
kind: GMSACredentialSpec
170
170
metadata:
171
171
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
191
191
Sid: $GMSA_SID
192
192
```
193
193
194
+ > [!NOTE]
195
+ > AKS has upgraded the `apiVersion` of `GMSACredentialSpec` from `windows.k8s.io/v1alpha1` to `windows.k8s.io/v1` in release v20230903.
196
+
194
197
3. Create a new YAML named *gmsa-role.yaml* and paste in the following YAML.
195
198
196
199
```YAML
You can’t perform that action at this time.
0 commit comments