aws-workshop-for-kubernetes icon indicating copy to clipboard operation
aws-workshop-for-kubernetes copied to clipboard

Dashboard deploy (for v1.8+) is broken in 201-cluster-monitoring

Open parsiya opened this issue 6 years ago • 1 comments

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

parsiya avatar Feb 02 '19 19:02 parsiya

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.

paragao avatar Feb 07 '19 16:02 paragao