beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18

This commit is contained in:
wawa0210
2020-05-07 11:36:13 +08:00
parent f3891c9baf
commit 13aee8fe47
8 changed files with 9 additions and 9 deletions
@@ -154,7 +154,7 @@ spec:
imagePullPolicy: Always
name: iis
nodeSelector:
beta.kubernetes.io/os: windows
kubernetes.io/os: windows
```
Individual containers in a Pod spec can also specify the desired GMSA credspec using a per-container `securityContext.windowsOptions.gmsaCredentialSpecName` field. For example:
@@ -185,7 +185,7 @@ spec:
windowsOptions:
gmsaCredentialSpecName: gmsa-Webapp1
nodeSelector:
beta.kubernetes.io/os: windows
kubernetes.io/os: windows
```
As Pod specs with GMSA fields populated (as described above) are applied in a cluster, the following sequence of events take place: