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
When using Rollout with workloadRef it could be expected that the workload (Deployment) is scaled down as the Rollout is scaled up, or at the end after successful rollout
Use Cases
During migration of 10s-1000s of Deployments to Rollouts
After talking to several maintainers during ArgoCon this could be a new field under spec.workloadRef, maybe something like
progressively: as rollout is scaled up deployment is scaled down. If rollout fails then deployment is scaled back up to original replicas (I think this may be interesting for very large replica numbers, but maybe too early to say)
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
When using
Rollout
withworkloadRef
it could be expected that the workload (Deployment
) is scaled down as theRollout
is scaled up, or at the end after successful rolloutUse Cases
During migration of 10s-1000s of Deployments to Rollouts
After talking to several maintainers during ArgoCon this could be a new field under
spec.workloadRef
, maybe something likeMessage from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: