File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "$EUID" -ne 0 ]
66 exit
77fi
88
9- # This is a script to create single-node Kubernetes cluster & deploy BDC on it.
9+ # This is a script to create single-node Kubernetes cluster and deploy BDC on it.
1010#
1111export BDCDEPLOY_DIR=bdcdeploy
1212
@@ -135,7 +135,7 @@ source $VIRTUALENV_NAME/bin/activate
135135pip3 install -r $REQUIREMENTS_LINK
136136echo " Packages installed."
137137
138- # Load all prereqs for kubernetes .
138+ # Load all pre-requisites for Kubernetes .
139139#
140140echo " ###########################################################################"
141141echo " Starting to setup pre-requisites for kubernetes..."
@@ -280,14 +280,14 @@ while true ; do
280280done
281281
282282
283- # Install the dashbaord for kubernetes .
283+ # Install the dashboard for Kubernetes .
284284#
285285kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
286286
287287kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard
288288echo " Kubernetes master setup done."
289289
290- # Pull docker images of azdata .
290+ # Pull docker images of SQL Server big data cluster .
291291#
292292echo " "
293293echo " ############################################################################"
You can’t perform that action at this time.
0 commit comments