Skip to content

Commit cfed25b

Browse files
authored
Merge pull request #44245 from skissane/patch-1
RFC 1035 vs RFC 1123: clarify the difference
2 parents 19e5f8c + b1bdd62 commit cfed25b

File tree

1 file changed

+7
-0
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ This means the name must:
6767
- start with an alphabetic character
6868
- end with an alphanumeric character
6969

70+
{{< note >}}
71+
The only difference between the RFC 1035 and RFC 1123
72+
label standards is that RFC 1123 labels are allowed to
73+
start with a digit, whereas RFC 1035 labels can start
74+
with a lowercase alphabetic character only.
75+
{{< /note >}}
76+
7077
### Path Segment Names
7178

7279
Some resource types require their names to be able to be safely encoded as a

0 commit comments

Comments
 (0)