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
Since we need to have the Argo Rollout Controller to deploy rollouts, we have a chicken and egg problem for deploying the controller. As a result, the rollout controller is deployed with a deployment. Currently, it is deployed using the rolling update strategy. Instead, the controller should use the recreate strategy because controllers operate under the assumption that they are the only one modifying a resource.
The text was updated successfully, but these errors were encountered:
Hi @dthomson25 I've got a PR open for the Argo Helm chart to add a configurable deployment strategy for the Argo Rollouts controller.
Referencing the issue #38 about using "Recreate" strategy. I'm reaching out to get some more insights. Do you see any issues with having it configurable?
I've tested it locally, and all seems good, but I wanted to make sure I'm not missing anything crucial. Your thoughts would be super helpful! Thanks!
Since we need to have the Argo Rollout Controller to deploy rollouts, we have a chicken and egg problem for deploying the controller. As a result, the rollout controller is deployed with a deployment. Currently, it is deployed using the rolling update strategy. Instead, the controller should use the recreate strategy because controllers operate under the assumption that they are the only one modifying a resource.
The text was updated successfully, but these errors were encountered: