For Migrating from Deployment to Rollout what's the difference between using workloadRef and template #2676
Unanswered
jbrardport
asked this question in
Q&A
Replies: 1 comment
-
As I know, argo rollouts ignores the replicas defined in the deployment referenced via workloadRef. They uses the spec.replicas in the rollout spec. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reading this doc here:
https://argoproj.github.io/argo-rollouts/migrating/
What's the difference between using
workloadRef
and just using template with the deployment copied over.Also, if a deployment is using and HPA are there any complications deploying an HPA along side the rollout as well?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions