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

Commit

Permalink
Add debug info to know what is k8s API
Browse files Browse the repository at this point in the history
It is better to know what is expected as k8s API on remora
for users who did misconfiguration.
  • Loading branch information
Ken'ichi Ohmichi authored and yuanying committed Oct 25, 2017
1 parent f2de729 commit 4f4aef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion remora/scripts/kubernetes/render-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ set -eu
export LC_ALL=C
ROOT=$(dirname "${BASH_SOURCE}")
echo "Start to wait for Bootstrapping Kubernetes API (https://${KUBE_PUBLIC_SERVICE_IP}:${KUBE_PORT}/healthz)"
until curl -skf "https://${KUBE_PUBLIC_SERVICE_IP}:${KUBE_PORT}/healthz"
do
echo "Waiting for Kubernetes API..."
echo "Still waiting for Bootstrapping Kubernetes API..."
sleep 5
done
Expand Down

0 comments on commit 4f4aef8

Please sign in to comment.