Skip to content

Commit 85f6bb8

Browse files
authored
updated deployment script (#937)
* separate SP creation separated Service Principal creation of aks due to issues on some machines with integrated SP creation fixed typo in README * Update deploy-sql-big-data-aks.py removed JSON output * adjusted for CU5 * change back * update to CU5 * Updated requirements for pyspark installation in CU5 * Update setup-bdc.sh * Update setup-bdc.sh * Revert "Update setup-bdc.sh" This reverts commit de66fa6. * Revert "Update setup-bdc.sh" This reverts commit 22fb8c1. * Update setup-bdc.sh
1 parent 09f3471 commit 85f6bb8

1 file changed

Lines changed: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export DEBIAN_FRONTEND=noninteractive
3434

3535
# Kube version.
3636
#
37-
KUBE_DPKG_VERSION=1.16.3-00
38-
KUBE_VERSION=1.16.3
37+
KUBE_DPKG_VERSION=1.18.3-00
38+
KUBE_VERSION=1.18.3
3939

4040
# Wait for 5 minutes for the cluster to be ready.
4141
#
@@ -205,7 +205,7 @@ apt-get install -q -y kubelet=$KUBE_DPKG_VERSION kubeadm=$KUBE_DPKG_VERSION kube
205205
# Holding the version of kube packages.
206206
#
207207
apt-mark hold kubelet kubeadm kubectl
208-
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
208+
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get-helm-3 | bash
209209

210210
. /etc/os-release
211211
if [ "$UBUNTU_CODENAME" == "bionic" ]; then

0 commit comments

Comments
 (0)