Increase timeout for target phase apply initinfra
Noticed few intermittent failures on the target phase apply initinfra stage.So increasing the timeout from 600s to 1000s. Change-Id: I669fde9e12869d546946725bfae80e83dae41cd1
This commit is contained in:
parent
c0e7936be4
commit
f61953bcf5
@ -29,6 +29,6 @@ kubectl --kubeconfig $KUBECONFIG --namespace metal3 get pods --selector tier=con
|
||||
kubectl --kubeconfig $KUBECONFIG taint node node01 node-role.kubernetes.io/master-
|
||||
|
||||
echo "Deploy infra to cluster"
|
||||
airshipctl phase apply initinfra --debug --wait-timeout 600s
|
||||
airshipctl phase apply initinfra --debug --wait-timeout 1000s
|
||||
|
||||
kubectl --kubeconfig $KUBECONFIG get pods --all-namespaces
|
||||
|
Loading…
Reference in New Issue
Block a user