File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/docs/setup/production-environment/windows Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -519,13 +519,13 @@ work between Windows and Linux:
519
519
* ` securityContext.readOnlyRootFilesystem ` -
520
520
not possible on Windows; write access is required for registry & system
521
521
processes to run inside the container
522
- * ` EcurityContext .runAsGroup` -
522
+ * ` securityContext .runAsGroup` -
523
523
not possible on Windows as there is no GID support
524
- * ` ecurityContext .runAsNonRoot` -
525
- Windows does not have a root user. The closest equivalent is ` ContainerAdministrator `
526
- which is an identity that doesn't exist on the node .
524
+ * ` securityContext .runAsNonRoot` -
525
+ this setting will prevent containers from running as ` ContainerAdministrator `
526
+ which is the closest equivalent to a root user on Windows .
527
527
* ` securityContext.runAsUser ` -
528
- use [ ` runAsUsername ` ] ( /docs/tasks/configure-pod-container/configure-runasusername )
528
+ use [ ` runAsUserName ` ] ( /docs/tasks/configure-pod-container/configure-runasusername )
529
529
instead
530
530
* ` securityContext.seLinuxOptions ` -
531
531
not possible on Windows as SELinux is Linux-specific
You can’t perform that action at this time.
0 commit comments