Skip to content

Commit

Permalink
Expose kubernetes dashboard (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
jeevb authored and kumare3 committed Mar 23, 2021
1 parent 490eed1 commit 390bf69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Flyte sandbox configuration variables
FLYTE_PROXY_PORT := 30081
K8S_DASHBOARD_PROXY_PORT := 30082
MINIO_PROXY_PORT := 30084
FLYTE_SANDBOX_NAME := flyte-sandbox

Expand Down Expand Up @@ -43,6 +44,7 @@ start: ## Start a local Flyte sandbox
-e FLYTE_AWS_ENDPOINT=http://localhost:30084/ \
-v $(CURDIR):/usr/src \
-p $(FLYTE_PROXY_PORT):30081 \
-p $(K8S_DASHBOARD_PROXY_PORT):30082 \
-p $(MINIO_PROXY_PORT):30084 \
ghcr.io/flyteorg/flyte-sandbox:dind > /dev/null
$(call RUN_IN_SANDBOX, wait-for-flyte.sh)
Expand Down

0 comments on commit 390bf69

Please sign in to comment.