Add reference to HostProcess containers when describing lack of privileged support on Windows
This commit is contained in:
parent
18ae26bb23
commit
8fd9f791e5
|
|
@ -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` -
|
||||
|
|
|
|||
Loading…
Reference in New Issue