From 6122a2149ce4e439bc859460e12c6dd3eee881dc Mon Sep 17 00:00:00 2001 From: Mark Kaveney-Davis Date: Wed, 17 Apr 2019 13:26:36 +0100 Subject: [PATCH] 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 --- .../deployment/kubeadm/ubuntu/setup-k8s-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh index 6ebceb86..a8025373 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh @@ -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