fix spelling errors in doc repo (#10434)
* fix spelling errors in content/en/docs/concepts/containers/ Signed-off-by: William Zhang <warmchang@outlook.com> * fix spelling errors in HPA, StatefulSet, SA Signed-off-by: William Zhang <warmchang@outlook.com>pull/10744/head
parent
140b3da098
commit
5d592fbee3
|
@ -49,7 +49,7 @@ These commands rely on and are implemented purely on the Docker CLI. You will ne
|
||||||
|
|
||||||
If you run into trouble with uploading stale manifests, just clean up the older manifests in `$HOME/.docker/manifests` to start fresh.
|
If you run into trouble with uploading stale manifests, just clean up the older manifests in `$HOME/.docker/manifests` to start fresh.
|
||||||
|
|
||||||
For Kubernetes, we have typically used images with suffix `-$(ARCH)`. For backward compatability, please generate the older images with suffixes. The idea is to generate say `pause` image which has the manifest for all the arch(es) and say `pause-amd64` which is backwards compatible for older configurations or YAML files which may have hard coded the images with suffixes.
|
For Kubernetes, we have typically used images with suffix `-$(ARCH)`. For backward compatibility, please generate the older images with suffixes. The idea is to generate say `pause` image which has the manifest for all the arch(es) and say `pause-amd64` which is backwards compatible for older configurations or YAML files which may have hard coded the images with suffixes.
|
||||||
|
|
||||||
## Using a Private Registry
|
## Using a Private Registry
|
||||||
|
|
||||||
|
|
|
@ -295,7 +295,7 @@ spec:
|
||||||
```
|
```
|
||||||
|
|
||||||
The kubelet will request and store the token on behalf of the pod, make the
|
The kubelet will request and store the token on behalf of the pod, make the
|
||||||
token avaialble to the pod at a configurable file path, and refresh the token as
|
token available to the pod at a configurable file path, and refresh the token as
|
||||||
it approaches expiration. Kubelet proactively rotates the token if it is older
|
it approaches expiration. Kubelet proactively rotates the token if it is older
|
||||||
than 80% of its total TTL, or if the token is older than 24 hours.
|
than 80% of its total TTL, or if the token is older than 24 hours.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue