Fix issue with scheduler mutex. Update k8s motd with new kubedashboard

url
This commit is contained in:
marcos
2017-11-24 00:45:00 -03:00
parent d758c1a303
commit 29ed79d418
2 changed files with 3 additions and 4 deletions

View File

@@ -20,9 +20,7 @@
3. (Optional) Initialize kube-dashboard:
curl -L -s https://git.io/kube-dashboard | sed 's/targetPort: 9090/targetPort: 9090\n type: LoadBalancer/' | \
kubectl apply -f -
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.