From 26a7f8c0d75b331eba315f0ec2711da8e85c0936 Mon Sep 17 00:00:00 2001 From: marcos Date: Fri, 15 Dec 2017 15:31:12 -0300 Subject: [PATCH] Change PWK motd to use a better example --- dockerfiles/k8s/motd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dockerfiles/k8s/motd b/dockerfiles/k8s/motd index c913b54..9da7d0a 100644 --- a/dockerfiles/k8s/motd +++ b/dockerfiles/k8s/motd @@ -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.