We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5f086d + 9ea0bce commit 48f6e16Copy full SHA for 48f6e16
1 file changed
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
10
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
11
helm init
12
kubectl apply -f rbac.yaml
13
-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
14
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard
0 commit comments