aws-workshop-for-kubernetes
aws-workshop-for-kubernetes copied to clipboard
Dashboard deploy (for v1.8+) is broken in 201-cluster-monitoring
201-cluster-monitoring has the following text for deploying the dashboard for v1.8+:
If you are using v1.8 or above, deploy the Dashboard using the following command:
kubectl apply -f
https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
That file does not exist. Looking at the Kubernetes Dashboard#getting-started documentation, it appears to be:
kubectl apply -f
https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
Same issue here. When changed the URL from
https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
to
https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
it worked.