Skip to content

Commit b81e259

Browse files
authored
Merge pull request #25393 from janetkuo/patch-1
Remove problems in DaemonSet fixed by controllerRef
2 parents 298c12b + e837312 commit b81e259

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/en/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ When the two are specified the result is ANDed.
8787

8888
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.
8989

90-
Also you should not normally create any Pods whose labels match this selector, either directly, via
91-
another DaemonSet, or via another workload resource such as ReplicaSet. Otherwise, the DaemonSet
92-
{{< glossary_tooltip term_id="controller" >}} will think that those Pods were created by it.
93-
Kubernetes will not stop you from doing this. One case where you might want to do this is manually
94-
create a Pod with a different value on a node for testing.
95-
9690
### Running Pods on select Nodes
9791

9892
If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controller will

0 commit comments

Comments
 (0)