Merge pull request #27186 from WenxingLai/patch-1

correct misleading Chinese translation
This commit is contained in:
Kubernetes Prow Robot
2021-03-24 05:12:08 -07:00
committed by GitHub
@@ -61,7 +61,7 @@ DNS 子域名的定义可参见 [RFC 1123](https://tools.ietf.org/html/rfc1123)
这一要求意味着名称必须满足如下规则:
- 不能超过253个字符
- 只能包含字母数字,以及'-' 和 '.'
- 只能包含小写字母数字,以及'-' 和 '.'
- 须以字母数字开头
- 须以字母数字结尾
@@ -83,7 +83,7 @@ This means the name must:
所定义的 DNS 标签标准。也就是命名必须满足如下规则:
- 最多63个字符
- 只能包含字母数字,以及'-'
- 只能包含小写字母数字,以及'-'
- 须以字母数字开头
- 须以字母数字结尾