windows: Correct Pod security context section

Correct the Pod security context section to reflect the fields that are
supported on Windows.
pull/39356/head
Aravindh Puthiyaparambil 2023-02-08 10:31:45 -08:00
parent 29e152a874
commit 73bd561380
No known key found for this signature in database
GPG Key ID: 2281DA6B582F6AA6
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@ This functionality requires a container runtime that supports this functionality
#### Field compatibility for Pod security context {#compatibility-v1-pod-spec-containers-securitycontext}
None of the Pod [`securityContext`](/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) fields work on Windows.
Only the `securityContext.runAsNonRoot` and `securityContext.windowsOptions` from the Pod
[`securityContext`](/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) fields work on Windows.
## Node problem detector