Change PWK motd to use a better example
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user