Commit 0a5bab0
committed
docs: Fix RFC 1123 label names documentation
Correct RFC 1123 label names to require starting with alphabetic character
to match the actual Kubernetes implementation regex [a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?.
Add note about RelaxedServiceNameValidation feature gate exception for Services.
Update explanation of RFC differences to reflect actual implementation where
both RFC 1035 and RFC 1123 require starting with alphabetic characters,
with the exception being the RelaxedServiceNameValidation feature gate for
Service objects.
This addresses issue 52578.
Signed-off-by: srikanth-s2003 <[email protected]>1 parent bbfd147 commit 0a5bab0
File tree
1 file changed
+10
-5
lines changed- content/en/docs/concepts/overview/working-with-objects
1 file changed
+10
-5
lines changedLines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
0 commit comments