We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7839d5f + 5544c20 commit b41a02dCopy full SHA for b41a02d
content/zh/docs/concepts/overview/working-with-objects/names.md
@@ -61,7 +61,7 @@ DNS 子域名的定义可参见 [RFC 1123](https://tools.ietf.org/html/rfc1123)
61
这一要求意味着名称必须满足如下规则:
62
63
- 不能超过253个字符
64
-- 只能包含字母数字,以及'-' 和 '.'
+- 只能包含小写字母、数字,以及'-' 和 '.'
65
- 须以字母数字开头
66
- 须以字母数字结尾
67
@@ -83,7 +83,7 @@ This means the name must:
83
所定义的 DNS 标签标准。也就是命名必须满足如下规则:
84
85
- 最多63个字符
86
-- 只能包含字母数字,以及'-'
+- 只能包含小写字母、数字,以及'-'
87
88
89
0 commit comments