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
Kubernetes services must also follow the DNS-1035 naming convention (Cf. k8s issue and the appropriate rfc) so in order to safely generate kubernetes names (for both services, namespaces and other objects) the generated name should:
Kubernetes services must also follow the DNS-1035 naming convention (Cf. k8s issue and the appropriate rfc) so in order to safely generate kubernetes names (for both services, namespaces and other objects) the generated name should:
So I don't think lowercasing is safe enough:
alien4cloud-kubernetes-plugin/src/main/java/org/alien4cloud/plugin/kubernetes/modifier/KubeTopologyUtils.java
Lines 104 to 109 in 0865acd
The text was updated successfully, but these errors were encountered: