Skip to content

Commit

Permalink
Change PWK motd to use a better example
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Dec 15, 2017
1 parent dd6a332 commit 26a7f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dockerfiles/k8s/motd
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"


3. (Optional) Initialize kube-dashboard:
3. (Optional) Create an nginx deployment:

kubectl apply -f https://k8s.io/docs/user-guide//nginx-app.yaml

curl -L -s https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml | sed 's/targetPort: 8443/targetPort: 8443\n type: LoadBalancer/' | kubectl apply -f -

The PWK team.

Expand Down

0 comments on commit 26a7f8c

Please sign in to comment.