Skip to content

Commit 639c30a

Browse files
committed
Fixed comments
1 parent 662cb4b commit 639c30a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$EUID" -ne 0 ]
66
exit
77
fi
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
#
1111
export BDCDEPLOY_DIR=bdcdeploy
1212

@@ -135,7 +135,7 @@ source $VIRTUALENV_NAME/bin/activate
135135
pip3 install -r $REQUIREMENTS_LINK
136136
echo "Packages installed."
137137

138-
# Load all prereqs for kubernetes.
138+
# Load all pre-requisites for Kubernetes.
139139
#
140140
echo "###########################################################################"
141141
echo "Starting to setup pre-requisites for kubernetes..."
@@ -280,14 +280,14 @@ while true ; do
280280
done
281281

282282

283-
# Install the dashbaord for kubernetes.
283+
# Install the dashboard for Kubernetes.
284284
#
285285
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
286286

287287
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard
288288
echo "Kubernetes master setup done."
289289

290-
# Pull docker images of azdata.
290+
# Pull docker images of SQL Server big data cluster.
291291
#
292292
echo ""
293293
echo "############################################################################"

0 commit comments

Comments
 (0)