add a/b test docs and update progressive docs

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
Sanskar Jaiswal
2022-03-10 16:54:36 +05:30
committed by Sanskar Jaiswal
parent 91126d102d
commit 281d869f54
3 changed files with 371 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ check_primary() {
retries=50
count=0
ok=false
echo $namespace
until ${ok}; do
kubectl get -n ${namespace} canary/podinfo | grep 'Initialized' && ok=true || ok=false
sleep 5