Skip to content

Commit

Permalink
Add readme to expose-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
carmine committed Nov 13, 2018
1 parent a98de44 commit 8c079a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions expose-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

set -u # fail on undeclared variables

####################################################################################
#
# Running this script on the server will do the following:
# 1) Run kubectl proxy
# 2) Add an RBAC account and cluster role binding for access
# 3) Print the token for that relationship (to be used in the UI)
# 4) Print the URL to use.
#
####################################################################################


PROXY_PORT=${PROXY_PORT:-8001}
LOCAL_ADDR=${LOCAL_ADDR:-'0.0.0.0'}

Expand Down

0 comments on commit 8c079a3

Please sign in to comment.