Skip to content

Commit 73bd561

Browse files
committed
windows: Correct Pod security context section
Correct the Pod security context section to reflect the fields that are supported on Windows.
1 parent 29e152a commit 73bd561

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/concepts/windows

1 file changed

+2
-1
lines changed

content/en/docs/concepts/windows/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ This functionality requires a container runtime that supports this functionality
274274

275275
#### Field compatibility for Pod security context {#compatibility-v1-pod-spec-containers-securitycontext}
276276

277-
None of the Pod [`securityContext`](/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) fields work on Windows.
277+
Only the `securityContext.runAsNonRoot` and `securityContext.windowsOptions` from the Pod
278+
[`securityContext`](/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) fields work on Windows.
278279

279280
## Node problem detector
280281

0 commit comments

Comments
 (0)