There was an error while loading. Please reload this page.
2 parents d825021 + 9cf58cc commit f5bec8dCopy full SHA for f5bec8d
canary/native/README.md
@@ -31,8 +31,9 @@ $ curl $(minikube service my-app --url)
31
# It will show you a better view on the progress
32
$ watch kubectl get po
33
34
-# Then deploy version 2 of the application
+# Then deploy version 2 of the application and scale down version 1 to 9 replicas at same time
35
$ kubectl apply -f app-v2.yaml
36
+$ kubectl scale --replicas=9 deploy my-app-v1
37
38
# Only one pod with the new version should be running.
39
# You can test if the second deployment was successful
0 commit comments