mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
add a/b test docs and update progressive docs
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
committed by
Sanskar Jaiswal
parent
91126d102d
commit
281d869f54
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user