Skip to content

Commit

Permalink
fixup! ⬆️(project) upgrade k3d release to v5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Oct 7, 2022
1 parent afc44af commit d783f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/init-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ if ! kubectl --kubeconfig="${KUBECONFIG}" get ns ingress-nginx &> /dev/null ; th
kubectl --kubeconfig="${KUBECONFIG}" apply -f "${nginx_controller}"
echo "Waiting for nginx-controller to be up and running... "
kubectl --kubeconfig="${KUBECONFIG}" --namespace ingress-nginx wait \
--for=condition=available deploy/ingress-nginx-controller --timeout=90s \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=120s \
&& echo "nginx-controller is ready" \
|| echo "timeout! Please wait a little before deploying an app with arnold."
else
Expand Down

0 comments on commit d783f9e

Please sign in to comment.