Skip to content

Commit ceffc71

Browse files
Remove helm
Not required for BDC
1 parent 74be0a9 commit ceffc71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ mkdir -p $HOME/.kube
88
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
99
sudo chown $(id -u):$(id -g) $HOME/.kube/config
1010
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
11-
helm init
1211
kubectl apply -f rbac.yaml
1312
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
1413
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard

0 commit comments

Comments
 (0)