Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 wait for everest to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Sep 21, 2023
1 parent 75759e8 commit a3fa27b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ echo "Deploying Backends using docker compose"
curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/main/quickstart.yml -o quickstart.yml
docker compose -f quickstart.yml up -d

while ! curl -s http://127.0.0.1:8080 &> /dev/null ; do
sleep 0.2
done

# If KUBECONFIG is set let the user know we are using it
if [[ -n "${KUBECONFIG}" ]]; then
Expand Down

0 comments on commit a3fa27b

Please sign in to comment.