Skip to content

Commit 9ea0bce

Browse files
authored
Merge pull request #1 from banditkd/banditkd-patch-1
Update setup-k8s-master.sh
2 parents 6659e27 + 6122a21 commit 9ea0bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
1010
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
1111
helm init
1212
kubectl apply -f rbac.yaml
13-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
13+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
1414
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard

0 commit comments

Comments
 (0)