...

/

Rolling Back Canary Deployments

Rolling Back Canary Deployments

This lesson discusses how rolling back occurs in canary deployments.

We'll cover the following...

Here’s the good news. Flagger will automatically rollback if any of the metrics we set fails the number of times set as the threshold configuration option. Similarly, it will also roll back if there are no metrics.

In our case, there are at least three ways we can run an example that would result in a rollback.

  1. We could start sending requests that would generate errors until we reach the
...