Experiment service names too long for DNS conventions #1637
Labels
bug
Something isn't working
no-issue-activity
workaround
There's a workaround, might not be great, but exists
Services cannot be created with names longer than 63 characters. This is a problem when we create a service for an Experiment step in Canary with Traffic Routing, since we use the ReplicaSet name as the service name. We need to enforce that all services we create are 63 characters or less.
The problematic code is here:
https://github.com/argoproj/argo-rollouts/blob/master/experiments/experiment.go#L287-L290
The text was updated successfully, but these errors were encountered: