parent
4547f89359
commit
c3d7e61a92
|
@ -481,7 +481,7 @@ spec:
|
||||||
|
|
||||||
### Users and groups
|
### Users and groups
|
||||||
|
|
||||||
**RunAsUser** - Controls the what user ID containers run as.
|
**RunAsUser** - Controls which user ID the containers are run with.
|
||||||
|
|
||||||
- *MustRunAs* - Requires at least one `range` to be specified. Uses the
|
- *MustRunAs* - Requires at least one `range` to be specified. Uses the
|
||||||
minimum value of the first range as the default. Validates against all ranges.
|
minimum value of the first range as the default. Validates against all ranges.
|
||||||
|
@ -491,7 +491,7 @@ image. No default provided. Setting `allowPrivilegeEscalation=false` is strongly
|
||||||
recommended with this strategy.
|
recommended with this strategy.
|
||||||
- *RunAsAny* - No default provided. Allows any `runAsUser` to be specified.
|
- *RunAsAny* - No default provided. Allows any `runAsUser` to be specified.
|
||||||
|
|
||||||
**RunAsGroup** - Controls the what primary group ID containers run as.
|
**RunAsGroup** - Controls which primary group ID the containers are run with.
|
||||||
|
|
||||||
- *MustRunAs* - Requires at least one `range` to be specified. Uses the
|
- *MustRunAs* - Requires at least one `range` to be specified. Uses the
|
||||||
minimum value of the first range as the default. Validates against all ranges.
|
minimum value of the first range as the default. Validates against all ranges.
|
||||||
|
|
Loading…
Reference in New Issue