Merge pull request #37406 from gaogao101/work18

[zh-cn] Update replicaset.md
pull/37827/head
Kubernetes Prow Robot 2022-11-09 19:54:53 -08:00 committed by GitHub
commit 9d23969c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ Take the previous frontend ReplicaSet example, and the Pods specified in the fol
ReplicaSet 的选择算符相匹配的标签。原因在于 ReplicaSet 并不仅限于拥有在其模板中设置的
Pod它还可以像前面小节中所描述的那样获得其他 Pod。
以前面的 frontend ReplicaSet 为例,并在以下清单中指定这些 Pod
{{< codenew file="pods/pod-rs.yaml" >}}
<!--