Closed minsiyang closed 1 year ago
So I do not think this bug really affects anything from a k8s perspective all our tests still pass and I was unable to reproduce locally or in our currently running production environment. The only thing I could maybe think that would trip this up is with there being a some 3rd party validation that uses the golang type information to do some validation I could see that typo causing issues.
Checklist:
Describe the bug
The RollbackWindow property is not optional as described in the code. We tried to deploy the get-started guide in an EKS cluster, and we can see the error in the argo rollout pod.
This is happening in the latest version https://github.com/argoproj/argo-rollouts/releases/tag/v1.4.0, and we tried the earlier version https://github.com/argoproj/argo-rollouts/releases/tag/v1.3.2 which doesn't have this problem.
We believe this is due to the typo in the code having
omtempty
instead ofomitempty
, but we haven't verified it.To Reproduce
Deploy the latest version of Argo Rollout to an EKS or AKS cluster.
Expected behavior
https://raw.githubusercontent.com/argoproj/argo-rollouts/master/docs/getting-started/basic/rollout.yaml should be deployed in the cluster successfully.
Screenshots
Version
1.4.0
Logs
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.