[zh] sync remove problems in DaemonSet fixed by controllerRef

This commit is contained in:
Arhell
2020-12-06 01:26:53 +02:00
parent f06402e1d1
commit 246ded8b5a
@@ -174,20 +174,6 @@ If the `.spec.selector` is specified, it must match the `.spec.template.metadata
如果指定了 `.spec.selector`,必须与 `.spec.template.metadata.labels` 相匹配。
如果与后者不匹配,则 DeamonSet 会被 API 拒绝。
<!--
Also you should not normally create any Pods whose labels match this selector, either directly, via
another DaemonSet, or via another workload resource such as ReplicaSet. Otherwise, the DaemonSet
{{< glossary_tooltip term_id="controller" >}} will think that those Pods were created by it.
Kubernetes will not stop you from doing this. One case where you might want to do this is manually
create a Pod with a different value on a node for testing.
-->
另外,通常不应直接通过另一个 DaemonSet 或另一个工作负载资源(例如 ReplicaSet
来创建其标签与该选择器匹配的任何 Pod。否则,DaemonSet
{{< glossary_tooltip term_text="控制器" term_id="controller" >}}
会认为这些 Pod 是由它创建的。
Kubernetes 不会阻止你这样做。
你可能要执行此操作的一种情况是,手动在节点上创建具有不同值的 Pod 进行测试。
<!--
### Running Pods on Only Some Nodes