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
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#serviceport-v1-core
The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.
rfc1035/rfc1123 label (DNS_LABEL): An alphanumeric (a-z, and 0-9) string, with a maximum length of 63 characters, with the '-' character allowed anywhere except the first or last character, suitable for use as a hostname or segment in a domain name.
What happened?
xref: kumahq/kuma-gui#3237
We are currently using
-
as a separator in the identifiers for built-in gateway in xDS configs whenever hash is present, which might cause problems.Hypothetical situation is when instead of ports we'll decide to use sectionNames and if sectionName will contain
-
in the nameNeeds information:
The text was updated successfully, but these errors were encountered: