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
Originally posted by preethignanesh July 26, 2022
I am trying the Argo rollouts for blue/green strategy. We have defined the deployments within our component spec, so while creating the rollout yaml instead of defining the pod config, I am using
workloadRef:
apiVersion: apps/v1
kind: Deployment
name: rollout-ref-deployment
to point to the existing deployment.
With this approach, rollout is creating new set of replicas specified in the rollout yaml instead of monitoring the existing deployed pods. Can't the rollout monitor the existing deployments instead of creating different replica set which in turn spins up new pods ?
Also when I try to rollout using the command - kubectl argo rollouts set image, its not changing the image tag of the existing deployment and the rollout is not progressing.
Is it possible to get the rollout command work when we have the rollout yaml pointing to the existing deployment ?
The issue is still happening with the below version
kubectl-argo-rollouts: v1.4.0+e40c9fe
BuildDate: 2023-01-09T20:20:38Z
GitCommit: e40c9fe
GitTreeState: clean
GoVersion: go1.19.4
Compiler: gc
Platform: linux/amd64
Discussed in #2161
Originally posted by preethignanesh July 26, 2022
I am trying the Argo rollouts for blue/green strategy. We have defined the deployments within our component spec, so while creating the rollout yaml instead of defining the pod config, I am using
workloadRef:
apiVersion: apps/v1
kind: Deployment
name: rollout-ref-deployment
to point to the existing deployment.
With this approach, rollout is creating new set of replicas specified in the rollout yaml instead of monitoring the existing deployed pods. Can't the rollout monitor the existing deployments instead of creating different replica set which in turn spins up new pods ?
Also when I try to rollout using the command - kubectl argo rollouts set image, its not changing the image tag of the existing deployment and the rollout is not progressing.
Is it possible to get the rollout command work when we have the rollout yaml pointing to the existing deployment ?
As per the discussion - https://cloud-native.slack.com/archives/C01U781DW2E/p1658770274649939
Looks like this is a bug which has been fixed - #1787
I am currently using the following plugin version -
And I am still facing the issue with the kubectl argo rollout set image comamnd
The text was updated successfully, but these errors were encountered: