Kostis (Codefresh)
Kostis (Codefresh)
This can be done today by using 1) https://github.com/argoproj/argo-rollouts/issues/455 (ephemeral labels) 2) The downward api https://kubernetes.io/docs/concepts/workloads/pods/downward-api/ 3) Any application that can reload its configuration when it changes I am preparing...
Detailed article https://codefresh.io/blog/progressive-delivery-for-stateful-services-using-argo-rollouts/
@mvgmb PR https://github.com/argoproj/argo-rollouts/pull/3215 was merged. Does this solve your issue?
This routes plugin is now documented in the official openshift documentation. @mbhatip please re-open if this doesn't work for you https://docs.openshift.com/gitops/1.13/argo_rollouts/routing-traffic-by-using-argo-rollouts.html
Closing since this was covered by https://github.com/argoproj/argo-rollouts/issues/2001
For everybody that needs this I have created my own fully automated dockerhub releases. A job checks every 6 hours the Github releases at solo-io/gloo and packages the latest glooctl...
@jmunozro While I understand what you are asking, the implications are troubling. This means that now I have to monitor kubectl releases as well. And what version of kubectl should...
Duplicate of https://github.com/argoproj/argo-rollouts/issues/1635
Hello. It is now released https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.1
The problem with this Pr is that it instantly doubles the testing and maintenance effort as we will need to see what happens this both 1.0 and pre 1.0 releases...