lengthen timeout in karamada deployment scripts
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
This commit is contained in:
parent
304c2a2623
commit
226ca3b46b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue