You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments