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 @@ -526,13 +526,13 @@ work between Windows and Linux:
526
526
* ` securityContext.readOnlyRootFilesystem ` -
527
527
not possible on Windows; write access is required for registry & system
528
528
processes to run inside the container
529
- * ` EcurityContext .runAsGroup` -
529
+ * ` securityContext .runAsGroup` -
530
530
not possible on Windows as there is no GID support
531
- * ` ecurityContext .runAsNonRoot` -
532
- Windows does not have a root user. The closest equivalent is ` ContainerAdministrator `
533
- which is an identity that doesn't exist on the node .
531
+ * ` securityContext .runAsNonRoot` -
532
+ this setting will prevent containers from running as ` ContainerAdministrator `
533
+ which is the closest equivalent to a root user on Windows .
534
534
* ` securityContext.runAsUser ` -
535
- use [ ` runAsUsername ` ] ( /docs/tasks/configure-pod-container/configure-runasusername )
535
+ use [ ` runAsUserName ` ] ( /docs/tasks/configure-pod-container/configure-runasusername )
536
536
instead
537
537
* ` securityContext.seLinuxOptions ` -
538
538
not possible on Windows as SELinux is Linux-specific
You can’t perform that action at this time.
0 commit comments