Update setup-k8s-master.sh

the original location for the kubernetes dashboard returns a 404 message. This url needs to be update as per the url provided here: https://github.com/kubernetes/dashboard/tree/master
This commit is contained in:
Mark Kaveney-Davis
2019-04-17 13:26:36 +01:00
committed by GitHub
parent 6659e273fe
commit 6122a2149c
@@ -10,5 +10,5 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
helm init
kubectl apply -f rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard