File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ Cluster Administrator actions include:
88
88
89
89
- [Draining a node](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade.
90
90
- Draining a node from a cluster to scale the cluster down (learn about
91
- [Cluster Autoscaling](/docs/tasks/administer-cluster/cluster-management/#cluster-autoscaler )
91
+ [Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme )
92
92
).
93
93
- Removing a pod from a node to permit something else to fit on that node.
94
94
-->
95
95
集群管理员操作包括:
96
96
97
97
- [ 排空(drain)节点] ( /zh/docs/tasks/administer-cluster/safely-drain-node/ ) 进行修复或升级。
98
- - 从集群中排空节点以缩小集群(了解[ 集群自动扩缩] ( https://github.com/kubernetes/autoscaler/ ) )。
98
+ - 从集群中排空节点以缩小集群(了解[ 集群自动扩缩] ( https://github.com/kubernetes/autoscaler/#readme ) )。
99
99
- 从节点中移除一个 Pod,以允许其他 Pod 使用该节点。
100
100
101
101
<!--
You can’t perform that action at this time.
0 commit comments