Skip to content

Commit 51b2b3d

Browse files
committed
sync node-shutdown images crictl
1 parent 72dbe9c commit 51b2b3d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

content/zh-cn/docs/concepts/cluster-administration/node-shutdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Message: Pod was terminated in response to imminent node shutdown.
196196
To provide more flexibility during graceful node shutdown around the ordering
197197
of pods during shutdown, graceful node shutdown honors the PriorityClass for
198198
Pods, provided that you enabled this feature in your cluster. The feature
199-
allows cluster administers to explicitly define the ordering of pods
199+
allows cluster administrators to explicitly define the ordering of pods
200200
during graceful node shutdown based on
201201
[priority classes](/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass).
202202
-->

content/zh-cn/docs/concepts/containers/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ common use cases and suggested solutions.
868868
- Or, run an internal private registry behind your firewall with open read access.
869869
- No Kubernetes configuration is required.
870870
- Use a hosted container image registry service that controls image access
871-
- It will work better with cluster autoscaling than manual node configuration.
871+
- It will work better with Node autoscaling than manual node configuration.
872872
- Or, on a cluster where changing the node configuration is inconvenient, use `imagePullSecrets`.
873873
-->
874874
2. 集群运行一些专有镜像,这些镜像需要对公司外部隐藏,对所有集群用户可见
@@ -877,7 +877,7 @@ common use cases and suggested solutions.
877877
- 或者,在防火墙内运行一个组织内部的私有仓库,并开放读取权限
878878
- 不需要配置 Kubernetes
879879
- 使用控制镜像访问的托管容器镜像仓库服务
880-
- 与手动配置节点相比,这种方案能更好地处理集群自动扩缩容
880+
- 与手动配置节点相比,这种方案能更好地处理节点自动扩缩容
881881
- 或者,在不方便更改节点配置的集群中,使用 `imagePullSecrets`
882882

883883
content/zh-cn/docs/tasks/debug/debug-cluster/crictl.md
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,5 @@ The output is similar to this:
370370

371371
375374
* [进一步了解 `crictl`](https://github.com/kubernetes-sigs/cri-tools)
376-
* [`docker` CLI 命令映射到 `crictl`](/zh-cn/docs/reference/tools/map-crictl-dockercli/)

0 commit comments

Comments
 (0)