File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,6 @@ When the two are specified the result is ANDed.
87
87
88
88
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.
89
89
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
-
96
90
### Running Pods on select Nodes
97
91
98
92
If you specify a ` .spec.template.spec.nodeSelector ` , then the DaemonSet controller will
You can’t perform that action at this time.
0 commit comments