minor fixes

This commit is contained in:
tomas f
2020-09-22 20:38:50 -03:00
parent 7697d9d912
commit 6e7e2c3257

View File

@@ -269,10 +269,10 @@ if kubectl get deployment addressbook-canary; then \
fi
```
![Rollback block](./figures/05-sem-rollback-block.png){ width=95% }
The first four lines print out information about the cluster. The last two, undoes the changes by scaling up the stable deployment and removing the canary.
![Rollback block](./figures/05-sem-rollback-block.png){ width=95% }
Run the workflow once more and make a canary release, but this time try rollback pipeline by clicking on its promote button:
![Rollback Pipeline](./figures/05-sem-rollback-canary.png){ width=60% }