skippbox / ktune

Kubernetes applications tuning
http://www.skippbox.com
Apache License 2.0
28 stars 2 forks source link

update deployments instead of creating new one #10

Open sebgoa opened 7 years ago

sebgoa commented 7 years ago

Currently, ktune creates a new deployment to create a canary pattern..

Thank whether we should just edit the existing deployment, which would create a new replica sets directly.

We could always rollback .

However, I am not convinced. We may want to create an actual new deployment.

sebgoa commented 7 years ago

This is not the correct pattern for canaries...