From d8750af43f1911fefd98325f555c80a933c23859 Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 20 Oct 2017 00:43:01 +0800 Subject: [PATCH] Remove description that are out of date (#5945) --- docs/concepts/workloads/controllers/daemonset.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts/workloads/controllers/daemonset.md b/docs/concepts/workloads/controllers/daemonset.md index 04310af23c..3a1acc7c00 100644 --- a/docs/concepts/workloads/controllers/daemonset.md +++ b/docs/concepts/workloads/controllers/daemonset.md @@ -80,8 +80,7 @@ The `spec.selector` is an object consisting of two fields: When the two are specified the result is ANDed. -If the `.spec.selector` is specified, it must match the `.spec.template.metadata.labels`. If not -specified, they are defaulted to be equal. Config with these not matching will be rejected by the API. +If the `.spec.selector` is specified, it must match the `.spec.template.metadata.labels`. Config with these not matching will be rejected by the API. Also you should not normally create any Pods whose labels match this selector, either directly, via another DaemonSet, or via other controller such as ReplicaSet. Otherwise, the DaemonSet