Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
Yuvraj committed May 6, 2022
1 parent e728de6 commit d3c1d90
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 159 deletions.
1 change: 1 addition & 0 deletions docker/sandbox/flyte-entrypoint-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ K3S_PID=$!
timeout 600 sh -c "until k3s kubectl explain deployment &> /dev/null; do sleep 1; done" || ( echo >&2 "Timed out while waiting for the Kubernetes cluster to start"; exit 1 )
echo "Done."

echo "Deploying Flyte..."
FLYTE_VERSION=${FLYTE_VERSION:-latest}
if [[ $FLYTE_VERSION = "latest" ]]
then
Expand Down
Loading

0 comments on commit d3c1d90

Please sign in to comment.