From a08dd12b57e3aa4b71c4f27c40e381494757dfc6 Mon Sep 17 00:00:00 2001 From: Juan Diego Palomino Date: Thu, 31 Jan 2019 09:40:27 -0800 Subject: [PATCH] Forgot 1 comment Suggestion: In the ReplicaSet, .spec.template.metadata.labels must match spec.selector, or ... --- content/en/docs/concepts/workloads/controllers/replicaset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/replicaset.md b/content/en/docs/concepts/workloads/controllers/replicaset.md index 985c2b0fe90ef..94568a2c50f4c 100644 --- a/content/en/docs/concepts/workloads/controllers/replicaset.md +++ b/content/en/docs/concepts/workloads/controllers/replicaset.md @@ -236,7 +236,7 @@ matchLabels: tier: frontend ``` -The `.spec.template.metadata.labels` must match the `.spec.selector`, or it will +In the ReplicaSet, `.spec.template.metadata.labels` must match `spec.selector`, or it will be rejected by the API. ### Replicas