Kostis (Codefresh)
Kostis (Codefresh)
Traffic splitting doesn't work with Blue/Green. That is by design, as blue/green is either 0% or 100% traffic. Can you post the rollout spec that you have right now please?
What you describe should happen automatically with Argo Rollouts. In the case of B/G you have a URL that starts with "blue" and then points to "green" when promoted. In...
Hello First of all, looking at the commit on its own I have two comments 1) The list you modify contains a list of built-in Kubernetes resources. What you are...
In the last release we now package the plugin as a [container image as well](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/pkgs/container/rollouts-plugin-trafficrouter-gatewayapi). So you could upload the image in the docker registry of Artifactory and bring it...
Also documented at https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/installation/#installing-the-plugin-via-init-containers
I had same issue with Ubuntu and WSL Downgraded to kubectl login 1.32.0 and now it works ok. Thanks @lpaturel
Hello You should open this issue in the main Argo Rollouts GitHub repo (or start a discussion there) The gateway plugin (like any other plugin) has a very limited interface...
@FredrikAugust 0.4.0 was just released and it includes grpc support https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/tag/v0.4.0
Could you post your Rollout yaml please (anonymized if needed)?
> While there is the `spec.strategy.blueGreen.previewReplicaCount`, this does not allow for a way to change the replicas of what will eventually be the blue instance, without impacting the existing blue...