Kostis (Codefresh)
Kostis (Codefresh)
Hello The part that you mention is the part that loads the plugin. And the error you posted shows that the plugin is not loaded. Possible reasons: 1. The clusters...
>My k8s Gateway API is version 1.0. What is your Istio version? > When I configured the plugin with v0.3.0, the plugin was loaded normally and Replicas also worked. But...
Are you using argocd as well? Or just argo rollouts on its own?
I think the problem is that when a long running Job is asked to terminate, it is explicitly instructed to be a "success" https://github.com/argoproj/argo-rollouts/blob/master/metricproviders/job/job.go#L213 This might be related to https://github.com/argoproj/argo-rollouts/issues/1329...
Nope. It is one of the things that I think we should fix anyway
It is still missing e2e tests. If you could test that PR and let me know if it works for you, it would help me merge it much faster. Does...
You can use this container image for the plugin https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/pkgs/container/rollouts-plugin-trafficrouter-gatewayapi/487062609?tag=header-based-routing-filters It is the same as 0.6.0 plus the contents of the PR
This is now part of [0.8.0](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/tag/v0.8.0)
But Analysis already can "retry" on its own with interval/count/failureLimit properties. Would that work in your case?
What version of the prometheus operator are you using? Also how did you create the EKS cluster? With terraform? With something else? If it doesn't work on EKS but works...