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
Describe the bug
When I tried to create rollout with experiment, the error below throw. The Rollout "rollout-demo" is invalid: spec.template.spec.containers[0].ports[1]: Duplicate value: map[string]interface {}{"containerPort":8080, "protocol":"TCP"}. Why rollout required unique containerPort instead of port name?
# Paste the logs from the rollout controller
# Logs for the entire controller:
kubectl logs -n argo-rollouts deployment/argo-rollouts
# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
namnh2204
changed the title
Rollout experiment validate dupplicated containerPort on template specs
Rollout experiment validate dupplicated containerPort with different name on template specs
Sep 28, 2022
Checklist:
Describe the bug
When I tried to create rollout with experiment, the error below throw.
The Rollout "rollout-demo" is invalid: spec.template.spec.containers[0].ports[1]: Duplicate value: map[string]interface {}{"containerPort":8080, "protocol":"TCP"}
. Why rollout required unique containerPort instead of port name?To Reproduce
Expected behavior
Argo rollout is created with experiment pods.
Screenshots
Version
v1.2.0
Logs
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: