fix misspelled word `overriden` to `overridden`
This commit is contained in:
parent
ff637fb531
commit
e4a0208c84
|
|
@ -346,7 +346,7 @@ Requested features:
|
||||||
|
|
||||||
* Jobs can be used to perform a run-once initialization of the cluster
|
* Jobs can be used to perform a run-once initialization of the cluster
|
||||||
* Init containers can be used to prime PVs and config with the identity of the pod.
|
* Init containers can be used to prime PVs and config with the identity of the pod.
|
||||||
* Templates and how fields are overriden in the resulting object should have broad alignment
|
* Templates and how fields are overridden in the resulting object should have broad alignment
|
||||||
* DaemonSet defines the core model for how new controllers sit alongside replication controller and
|
* DaemonSet defines the core model for how new controllers sit alongside replication controller and
|
||||||
how upgrades can be implemented outside of Deployment objects.
|
how upgrades can be implemented outside of Deployment objects.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ As a Kubernetes User, we should be able to specify both user id and group id for
|
||||||
inside a pod on a per Container basis, similar to how docker allows that using docker run options `-u,
|
inside a pod on a per Container basis, similar to how docker allows that using docker run options `-u,
|
||||||
--user="" Username or UID (format: <name|uid>[:<group|gid>]) format`.
|
--user="" Username or UID (format: <name|uid>[:<group|gid>]) format`.
|
||||||
|
|
||||||
PodSecurityContext allows Kubernetes users to specify RunAsUser which can be overriden by RunAsUser
|
PodSecurityContext allows Kubernetes users to specify RunAsUser which can be overridden by RunAsUser
|
||||||
in SecurityContext on a per Container basis. There is no equivalent field for specifying the primary
|
in SecurityContext on a per Container basis. There is no equivalent field for specifying the primary
|
||||||
Group of the running container.
|
Group of the running container.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue