@@ -130,9 +130,9 @@ Once installed, it allows you to create {{< glossary_tooltip text="CustomResourc
130
130
{{< note >}}
131
131
<!--
132
132
You will need to have the [Metrics Server](https://github.com/kubernetes-sigs/metrics-server)
133
- installed to your cluster for the HPA to work.
133
+ installed to your cluster for the VPA to work.
134
134
-->
135
- 你需要在集群中安装 [ Metrics Server] ( https://github.com/kubernetes-sigs/metrics-server ) ,这样,你的 HPA 才能正常工作。
135
+ 你需要在集群中安装 [ Metrics Server] ( https://github.com/kubernetes-sigs/metrics-server ) ,这样,你的 VPA 才能正常工作。
136
136
{{< /note >}}
137
137
138
138
<!--
@@ -270,10 +270,10 @@ Scaling the cluster infrastructure normally means adding or removing {{< glossar
270
270
扩缩集群基础设施通常是指增加或移除{{< glossary_tooltip text="节点" term_id="node" >}}。
271
271
272
272
<!--
273
- Read [cluster autoscaling](/docs/concepts/cluster-administration/cluster -autoscaling/)
273
+ Read [Node autoscaling](/docs/concepts/cluster-administration/node -autoscaling/)
274
274
for more information.
275
275
-->
276
- 阅读[ 集群自动扩缩 ] ( /zh-cn/docs/concepts/cluster-administration/cluster -autoscaling/ ) 了解更多信息。
276
+ 阅读[ 节点自动扩缩 ] ( /zh-cn/docs/concepts/cluster-administration/node -autoscaling/ ) 了解更多信息。
277
277
278
278
## {{% heading "whatsnext" %}}
279
279
@@ -283,11 +283,11 @@ for more information.
283
283
- [HorizontalPodAutoscaler Walkthrough](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
284
284
- [Resize Container Resources In-Place](/docs/tasks/configure-pod-container/resize-container-resources/)
285
285
- [Autoscale the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
286
- - Learn about [cluster autoscaling](/docs/concepts/cluster-administration/cluster -autoscaling/)
286
+ - Learn about [Node autoscaling](/docs/concepts/cluster-administration/node -autoscaling/)
287
287
-->
288
288
- 了解有关横向扩缩的更多信息
289
289
- [ 扩缩 StatefulSet] ( /zh-cn/docs/tasks/run-application/scale-stateful-set/ )
290
290
- [ HorizontalPodAutoscaler 演练] ( /zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/ )
291
291
- [ 调整分配给容器的 CPU 和内存资源] ( /zh-cn/docs/tasks/configure-pod-container/resize-container-resources/ )
292
292
- [ 自动扩缩集群 DNS 服务] ( /zh-cn/docs/tasks/administer-cluster/dns-horizontal-autoscaling/ )
293
- - 了解[ 集群自动扩缩 ] ( (/zh-cn/docs/concepts/cluster-administration/cluster -autoscaling/) )
293
+ - 了解[ 节点自动扩缩 ] ( (/zh-cn/docs/concepts/cluster-administration/node -autoscaling/) )
0 commit comments