Skip to content

Commit

Permalink
updates provisioning script
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hausenblas <[email protected]>
  • Loading branch information
mhausenblas committed Jun 15, 2020
1 parent 97c40b9 commit fa91b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ EOF
eksctl create cluster -f ${tmpdir}/fg-cluster-spec.yaml

# check if cluster if available
echo "Waiting for cluster $CLUSTER_NAME in $TARGET_REGION to become available"
sleep 10
cluster_status="UNKNOWN"
until [ "$cluster_status" == "ACTIVE" ]
do
Expand Down

0 comments on commit fa91b1c

Please sign in to comment.