From 85f6bb8a0b14d9d934dd7de9781e45323012f6d6 Mon Sep 17 00:00:00 2001 From: Ben Weissman Date: Mon, 17 May 2021 16:54:12 +0200 Subject: [PATCH] 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 de66fa66aaf80cbc2161ae59f3da273810699989. * Revert "Update setup-bdc.sh" This reverts commit 22fb8c17ad368576de86c567ecc3b192514b3c5c. * Update setup-bdc.sh --- .../deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh index 155344b6..3774e693 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh @@ -34,8 +34,8 @@ export DEBIAN_FRONTEND=noninteractive # Kube version. # -KUBE_DPKG_VERSION=1.16.3-00 -KUBE_VERSION=1.16.3 +KUBE_DPKG_VERSION=1.18.3-00 +KUBE_VERSION=1.18.3 # Wait for 5 minutes for the cluster to be ready. # @@ -205,7 +205,7 @@ apt-get install -q -y kubelet=$KUBE_DPKG_VERSION kubeadm=$KUBE_DPKG_VERSION kube # Holding the version of kube packages. # apt-mark hold kubelet kubeadm kubectl -curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash +curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get-helm-3 | bash . /etc/os-release if [ "$UBUNTU_CODENAME" == "bionic" ]; then