mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
Merge pull request #840 from amshinde/increase-aks-timeout
kata-deploy: Increase the wait timeout for control plane to come up
This commit is contained in:
commit
2462241c7a
@ -49,5 +49,5 @@ function setup_aks() {
|
||||
kubectl wait --timeout=10m --for=condition=Ready --all nodes
|
||||
|
||||
# make sure coredns is up before moving forward:
|
||||
kubectl wait --timeout=5m -n kube-system --for=condition=Available deployment.extensions/coredns
|
||||
kubectl wait --timeout=10m -n kube-system --for=condition=Available deployment.extensions/coredns
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user