You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valid label values must be 63 characters or less and must be empty or begin and end with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between.
103
+
Valid label value:
104
+
105
+
* must be 63 characters or less (can be empty),
106
+
* unless empty, must begin and end with an alphanumeric character (`[a-z0-9A-Z]`),
107
+
* could contain dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between.
In cases when objects represent a physical entity, like a Node representing a physical host, when the host is re-created under the same name without deleting and re-creating the Node, Kubernetes treats the new host as the old one, which may lead to inconsistencies.
42
+
-->
43
+
当对象所代表的是一个物理实体(例如代表一台物理主机的 Node)时,
44
+
如果在 Node 对象未被删除并重建的条件下,创新创建了同名的物理主机,
45
+
则 Kubernetes 会将新的主机看作是老的主机,这可能会带来某种不一致性。
46
+
{{< /note >}}
47
+
39
48
<!--
40
49
Below are three types of commonly used name constraints for resources.
0 commit comments