mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
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 commitde66fa66aa. * Revert "Update setup-bdc.sh" This reverts commit22fb8c17ad. * Update setup-bdc.sh
This commit is contained in:
+3
-3
@@ -34,8 +34,8 @@ export DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
# Kube version.
|
# Kube version.
|
||||||
#
|
#
|
||||||
KUBE_DPKG_VERSION=1.16.3-00
|
KUBE_DPKG_VERSION=1.18.3-00
|
||||||
KUBE_VERSION=1.16.3
|
KUBE_VERSION=1.18.3
|
||||||
|
|
||||||
# Wait for 5 minutes for the cluster to be ready.
|
# 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.
|
# Holding the version of kube packages.
|
||||||
#
|
#
|
||||||
apt-mark hold kubelet kubeadm kubectl
|
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
|
. /etc/os-release
|
||||||
if [ "$UBUNTU_CODENAME" == "bionic" ]; then
|
if [ "$UBUNTU_CODENAME" == "bionic" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user