We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74be0a9 commit ceffc71Copy full SHA for ceffc71
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh
@@ -8,7 +8,6 @@ mkdir -p $HOME/.kube
8
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
9
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/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