Update RunAsUsername to beta (#17460)

* doc:Update RunAsUsername to beta

* doc: update samples - kubernetes.io/os is no longer beta

* Updating based on review feedback
This commit is contained in:
Patrick Lang
2019-11-20 01:41:19 -08:00
committed by Bob Killen
parent ddd2a14a7c
commit 7524f7d954
3 changed files with 4 additions and 14 deletions
@@ -14,4 +14,4 @@ spec:
windowsOptions:
runAsUserName: "ContainerAdministrator"
nodeSelector:
beta.kubernetes.io/os: windows
kubernetes.io/os: windows
@@ -11,4 +11,4 @@ spec:
image: mcr.microsoft.com/windows/servercore:ltsc2019
command: ["ping", "-t", "localhost"]
nodeSelector:
beta.kubernetes.io/os: windows
kubernetes.io/os: windows