modify some grammar mistakes in /doc/
This commit is contained in:
@@ -86,7 +86,7 @@ For version 1.2, clusters created by `kube-up.sh` are configured so that no auth
|
|||||||
required for any request.
|
required for any request.
|
||||||
|
|
||||||
As of version 1.3, clusters created by `kube-up.sh` are configured so that the ABAC authorization
|
As of version 1.3, clusters created by `kube-up.sh` are configured so that the ABAC authorization
|
||||||
modules is enabled. However, its input file is initially set to allow all users to do all
|
modules are enabled. However, its input file is initially set to allow all users to do all
|
||||||
operations. The cluster administrator needs to edit that file, or configure a different authorizer
|
operations. The cluster administrator needs to edit that file, or configure a different authorizer
|
||||||
to restrict what users can do.
|
to restrict what users can do.
|
||||||
|
|
||||||
|
|||||||
@@ -384,7 +384,7 @@ Specifying the default profile to apply to containers when none is provided:
|
|||||||
- **key**: `apparmor.security.beta.kubernetes.io/defaultProfileName`
|
- **key**: `apparmor.security.beta.kubernetes.io/defaultProfileName`
|
||||||
- **value**: a profile reference, described above
|
- **value**: a profile reference, described above
|
||||||
|
|
||||||
Specifying the list of profiles Pod containers are allowed to specify:
|
Specifying the list of profiles Pod containers is allowed to specify:
|
||||||
|
|
||||||
- **key**: `apparmor.security.beta.kubernetes.io/allowedProfileNames`
|
- **key**: `apparmor.security.beta.kubernetes.io/allowedProfileNames`
|
||||||
- **value**: a comma-separated list of profile references (described above)
|
- **value**: a comma-separated list of profile references (described above)
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ $ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh build_image
|
|||||||
$ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh push
|
$ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh push
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: This is going to overwite the values you might have set for
|
Note: This is going to overwrite the values you might have set for
|
||||||
`apiserverRegistry`, `apiserverVersion`, `controllerManagerRegistry` and
|
`apiserverRegistry`, `apiserverVersion`, `controllerManagerRegistry` and
|
||||||
`controllerManagerVersion` in your `${FEDERATION_OUTPUT_ROOT}/values.yaml`
|
`controllerManagerVersion` in your `${FEDERATION_OUTPUT_ROOT}/values.yaml`
|
||||||
file. Hence, it is not recommend to customize these values in
|
file. Hence, it is not recommend to customize these values in
|
||||||
|
|||||||
Reference in New Issue
Block a user