Skip to content

Commit b41a02d

Browse files
authored
Merge pull request #27186 from WenxingLai/patch-1
correct misleading Chinese translation
2 parents 7839d5f + 5544c20 commit b41a02d

File tree

1 file changed

+2
-2
lines changed
  • content/zh/docs/concepts/overview/working-with-objects

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/overview/working-with-objects/names.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ DNS 子域名的定义可参见 [RFC 1123](https://tools.ietf.org/html/rfc1123)
6161
这一要求意味着名称必须满足如下规则:
6262

6363
- 不能超过253个字符
64-
- 只能包含字母数字,以及'-' 和 '.'
64+
- 只能包含小写字母、数字,以及'-' 和 '.'
6565
- 须以字母数字开头
6666
- 须以字母数字结尾
6767

@@ -83,7 +83,7 @@ This means the name must:
8383
所定义的 DNS 标签标准。也就是命名必须满足如下规则:
8484

8585
- 最多63个字符
86-
- 只能包含字母数字,以及'-'
86+
- 只能包含小写字母、数字,以及'-'
8787
- 须以字母数字开头
8888
- 须以字母数字结尾
8989

0 commit comments

Comments
 (0)