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
We currently use dot-convention to handle collisions in event that there are multiple Experiments with same name and Spec. This is an issue because the name is not DNS compatible and causes problems in the AWS console.
@jessesuen can we name with - (hyphen) instead of . (dot) ? for collision extension?
As service uses experiment name and kubernetes doesn't allow dots in name
We currently use dot-convention to handle collisions in event that there are multiple Experiments with same name and Spec. This is an issue because the name is not DNS compatible and causes problems in the AWS console.
Here is the problematic code:
https://github.com/argoproj/argo-rollouts/blob/master/rollout/experiment.go#L208-#L236
The text was updated successfully, but these errors were encountered: