Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
wait 10 mins for k8s control plane (#3183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Jun 6, 2018
1 parent c5594e7 commit 7a656d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetescustomscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function ensureK8sControlPlane() {
return
fi
wait_for_file 600 1 $KUBECTL || exit $ERR_FILE_WATCH_TIMEOUT
retrycmd_if_failure 100 1 20 $KUBECTL 2>/dev/null cluster-info || exit $ERR_K8S_RUNNING_TIMEOUT
retrycmd_if_failure 600 1 20 $KUBECTL 2>/dev/null cluster-info || exit $ERR_K8S_RUNNING_TIMEOUT
ensurePodSecurityPolicy
}

Expand Down

0 comments on commit 7a656d4

Please sign in to comment.