Skip to content

Commit 715ad0e

Browse files
authored
[zh-cn] Update replicaset.md
fix[replicaset.md]: Chinese translation is not accurate enough
1 parent 5991a5f commit 715ad0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ You can also verify that the owner reference of these pods is set to the fronten
218218
To do this, get the yaml of one of the Pods running:
219219
-->
220220
你也可以查看 Pod 的属主引用被设置为前端的 ReplicaSet。
221-
要实现这点,可取回运行中的某个 Pod 的 YAML:
221+
要实现这点,可获取运行中的某个 Pod 的 YAML:
222222

223223
```shell
224224
kubectl get pods frontend-gbgfx -o yaml
@@ -296,7 +296,7 @@ Fetching the Pods:
296296
新的 Pod 会被该 ReplicaSet 获取,并立即被 ReplicaSet 终止,
297297
因为它们的存在会使得 ReplicaSet 中 Pod 个数超出其期望值。
298298

299-
取回 Pod:
299+
获取 Pod:
300300

301301

302302
```shell
@@ -341,7 +341,7 @@ number of its new Pods and the original matches its desired count. As fetching t
341341
-->
342342
你会看到 ReplicaSet 已经获得了该 Pod,并仅根据其规约创建新的 Pod,
343343
直到新的 Pod 和原来的 Pod 的总数达到其预期个数。
344-
这时取回 Pod 列表:
344+
这时获取 Pod 列表:
345345

346346
```shell
347347
kubectl get pods

0 commit comments

Comments
 (0)