Address comments

This commit is contained in:
Janet Kuo
2016-04-25 17:10:23 -07:00
parent cd2b268905
commit cc0661a69e
+2 -2
View File
@@ -441,8 +441,8 @@ to 1.
`.spec.selector` is an optional field that specifies [label selectors](/docs/user-guide/labels/#label-selectors) for Pods
targeted by this deployment.
If specified, the `.spec.template.metadata.labels` must be equal to the `.spec.selector`, or it will
be rejected by the API. If `.spec.selector` is unspecified, it will be defaulted to
If specified, `.spec.selector` must match `.spec.template.metadata.labels`, or it will
be rejected by the API. If `.spec.selector` is unspecified, `.spec.selector.matchLabels` will be defaulted to
`.spec.template.metadata.labels`.
Deployment kills some of these Pods, if their