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
DNS Subdomain Names
Most resource types require a name that can be used as a DNS subdomain name as defined in RFC 1123. This means the name must:
...
contain only lowercase alphanumeric characters, '-' or '.'
...
I don't see any lowercase mention in the specified RFC. ALSO DNS is CASE INSENSTIVE so why impose limits where there aren't?
Very poor usability!
The text was updated successfully, but these errors were encountered:
SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
DNS Subdomain Names
Most resource types require a name that can be used as a DNS subdomain name as defined in RFC 1123. This means the name must:
...
contain only lowercase alphanumeric characters, '-' or '.'
...
I don't see any lowercase mention in the specified RFC. ALSO DNS is CASE INSENSTIVE so why impose limits where there aren't?
Very poor usability!
The text was updated successfully, but these errors were encountered: