We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7fbdfe + a70ff5a commit 19dbafcCopy full SHA for 19dbafc
content/zh-cn/docs/concepts/workloads/controllers/replicaset.md
@@ -523,7 +523,7 @@ assuming that the number of replicas is not also changed).
523
A ReplicaSet can be easily scaled up or down by simply updating the `.spec.replicas` field. The ReplicaSet controller
524
ensures that a desired number of Pods with a matching label selector are available and operational.
525
-->
526
-### 扩缩 RepliaSet {#scaling-a-replicaset}
+### 扩缩 ReplicaSet {#scaling-a-replicaset}
527
528
通过更新 `.spec.replicas` 字段,ReplicaSet 可以被轻松地进行扩缩。ReplicaSet
529
控制器能确保匹配标签选择器的数量的 Pod 是可用的和可操作的。
0 commit comments