File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ Cluster administrator actions include:
92
92
93
93
- [Draining a node](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade.
94
94
- Draining a node from a cluster to scale the cluster down (learn about
95
- [Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme )).
95
+ [Node Autoscaling](/docs/concepts/cluster-administration/node-autoscaling/ )).
96
96
- Removing a pod from a node to permit something else to fit on that node.
97
97
-->
98
98
集群管理员操作包括:
99
99
100
100
- [ 排空(drain)节点] ( /zh-cn/docs/tasks/administer-cluster/safely-drain-node/ ) 进行修复或升级。
101
- - 从集群中排空节点以缩小集群(了解[ 集群自动扩缩 ] ( https://github.com/kubernetes/autoscaler/#readme ) )。
101
+ - 从集群中排空节点以缩小集群(了解[ 节点自动扩缩 ] ( /docs/concepts/cluster-administration/node-autoscaling/ ) )。
102
102
- 从节点中移除一个 Pod,以允许其他 Pod 使用该节点。
103
103
104
104
<!--
Original file line number Diff line number Diff line change @@ -228,13 +228,13 @@ value:
228
228
<!--
229
229
```math
230
230
\begin{equation*}
231
- desiredReplicas = \left( currentReplicas \times { currentMetricValue \over desiredMetricValue } \right)
231
+ desiredReplicas = ceil \left\lceil currentReplicas \times \frac{ currentMetricValue}{ desiredMetricValue} \right\rceil
232
232
\end{equation*}
233
233
```
234
234
-->
235
235
``` math
236
236
\begin{equation*}
237
- 期望副本数 = \left( 当前副本数 \times { 当前指标 \over 期望指标 } \right)
237
+ 期望副本数 = ceil \left\lceil 当前副本数 \times \frac{ 当前指标}{ 期望指标} \right\rceil
238
238
\end{equation*}
239
239
```
240
240
@@ -1052,13 +1052,13 @@ guidelines, which cover this exact use case.
1052
1052
1053
1053
<!--
1054
1054
If you configure autoscaling in your cluster, you may also want to consider using
1055
- [cluster autoscaling](/docs/concepts/cluster-administration/cluster -autoscaling/)
1055
+ [node autoscaling](/docs/concepts/cluster-administration/node -autoscaling/)
1056
1056
to ensure you are running the right number of nodes.
1057
1057
1058
1058
For more information on HorizontalPodAutoscaler :
1059
1059
-->
1060
1060
如果你在集群中配置自动扩缩,
1061
- 你可能还需要考虑使用[集群自动扩缩 ](/zh-cn/docs/ concepts/cluster-administration/cluster -autoscaling/)来确保所运行的节点数目合适。
1061
+ 你可能还需要考虑使用[节点自动扩缩 ](/doc/ concepts/cluster-administration/node -autoscaling/)来确保所运行的节点数目合适。
1062
1062
1063
1063
有关 HorizontalPodAutoscaler 的更多信息:
1064
1064
You can’t perform that action at this time.
0 commit comments