File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
tasks/debug/debug-cluster Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Message: Pod was terminated in response to imminent node shutdown.
196
196
To provide more flexibility during graceful node shutdown around the ordering
197
197
of pods during shutdown, graceful node shutdown honors the PriorityClass for
198
198
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
200
200
during graceful node shutdown based on
201
201
[priority classes](/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass).
202
202
-->
Original file line number Diff line number Diff line change @@ -868,7 +868,7 @@ common use cases and suggested solutions.
868
868
- Or, run an internal private registry behind your firewall with open read access.
869
869
- No Kubernetes configuration is required.
870
870
- 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.
872
872
- Or, on a cluster where changing the node configuration is inconvenient, use `imagePullSecrets`.
873
873
-->
874
874
2 . 集群运行一些专有镜像,这些镜像需要对公司外部隐藏,对所有集群用户可见
@@ -877,7 +877,7 @@ common use cases and suggested solutions.
877
877
- 或者,在防火墙内运行一个组织内部的私有仓库,并开放读取权限
878
878
- 不需要配置 Kubernetes
879
879
- 使用控制镜像访问的托管容器镜像仓库服务
880
- - 与手动配置节点相比,这种方案能更好地处理集群自动扩缩容
880
+ - 与手动配置节点相比,这种方案能更好地处理节点自动扩缩容
881
881
- 或者,在不方便更改节点配置的集群中,使用 ` imagePullSecrets `
882
882
883
883
<!--
Original file line number Diff line number Diff line change @@ -370,7 +370,5 @@ The output is similar to this:
370
370
371
371
<!--
372
372
* [Learn more about `crictl`](https://github.com/kubernetes-sigs/cri-tools).
373
- * [Map `docker` CLI commands to `crictl`](/docs/reference/tools/map-crictl-dockercli/).
374
373
-->
375
374
* [ 进一步了解 ` crictl ` ] ( https://github.com/kubernetes-sigs/cri-tools )
376
- * [ 将 ` docker ` CLI 命令映射到 ` crictl ` ] ( /zh-cn/docs/reference/tools/map-crictl-dockercli/ )
You can’t perform that action at this time.
0 commit comments