Merge pull request #36973 from yanrez/patch-1

Add reference to HostProcess containers in windows documentation
pull/36987/head
Kubernetes Prow Robot 2022-09-23 10:32:27 -07:00 committed by GitHub
commit 5f2f099738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ work between Windows and Linux:
* `securityContext.capabilities` -
POSIX capabilities are not implemented on Windows
* `securityContext.privileged` -
Windows doesn't support privileged containers
Windows doesn't support privileged containers, use [HostProcess Containers](/docs/tasks/configure-pod-container/create-hostprocess-pod/) instead
* `securityContext.procMount` -
Windows doesn't have a `/proc` filesystem
* `securityContext.readOnlyRootFilesystem` -