Deepomatic / dmake

DMake is a tool to manage micro-service based applications
MIT License
36 stars 3 forks source link

Support Argo Rollouts wait during kubernetes deployment, in addition to native Deployments #529

Closed thomas-riccardi closed 2 years ago

thomas-riccardi commented 2 years ago

Currently dmake deploy waits for kubernetes Deployment to fully rollout the new version before succeeding.

Let's support the Argo Rollout kind, which is a superset of Deployment: https://argoproj.github.io/argo-rollouts/