lengthen timeout in karamada deployment scripts

Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
This commit is contained in:
Kevin Wang 2020-12-23 10:12:49 +08:00 committed by Hongcai Ren
parent 304c2a2623
commit 226ca3b46b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function waitPodReady() {
local pod_namespace=$2
echo "wait the $pod_label ready..."
kubectl wait --for=condition=Ready --timeout=60s pods -l app=$pod_label -n $pod_namespace
kubectl wait --for=condition=Ready --timeout=200s pods -l app=$pod_label -n $pod_namespace
}
function installCRDs() {