File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ You can also verify that the owner reference of these pods is set to the fronten
218
218
To do this, get the yaml of one of the Pods running:
219
219
-->
220
220
你也可以查看 Pod 的属主引用被设置为前端的 ReplicaSet。
221
- 要实现这点,可取回运行中的某个 Pod 的 YAML:
221
+ 要实现这点,可获取运行中的某个 Pod 的 YAML:
222
222
223
223
``` shell
224
224
kubectl get pods frontend-gbgfx -o yaml
@@ -296,7 +296,7 @@ Fetching the Pods:
296
296
新的 Pod 会被该 ReplicaSet 获取,并立即被 ReplicaSet 终止,
297
297
因为它们的存在会使得 ReplicaSet 中 Pod 个数超出其期望值。
298
298
299
- 取回 Pod:
299
+ 获取 Pod:
300
300
301
301
302
302
``` shell
@@ -341,7 +341,7 @@ number of its new Pods and the original matches its desired count. As fetching t
341
341
-->
342
342
你会看到 ReplicaSet 已经获得了该 Pod,并仅根据其规约创建新的 Pod,
343
343
直到新的 Pod 和原来的 Pod 的总数达到其预期个数。
344
- 这时取回 Pod 列表:
344
+ 这时获取 Pod 列表:
345
345
346
346
``` shell
347
347
kubectl get pods
You can’t perform that action at this time.
0 commit comments