Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 7201441

Browse files
dtzarrguthriemsft
authored andcommitted
Az to .71, k8s 1.13.9 (#309)
* az to 71 * az to 71 * bump aks version to 1.13.9
1 parent 9ab3841 commit 7201441

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

provision-team/jenkins/install_jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ sudo service jenkins restart
485485
retry_until_successful run_util_script "jenkins/run-cli-command.sh" -c "version"
486486

487487
echo "############### Installing Packages ###############"
488-
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y jq git zip azure-cli=2.0.66-1~xenial
488+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y jq git zip azure-cli=2.0.71-1~xenial
489489
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce
490490

491491
echo "############### Installing kubectl ###############"

provision-team/provision_aks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ fi
129129
echo "Creating AKS Cluster..."
130130
(
131131
set -x
132-
az aks create -g $resourceGroupName -n $clusterName -l $resourceGroupLocation --node-count 3 --generate-ssh-keys -k 1.13.8 --service-principal $SP_ID --client-secret $SP_PASS
132+
az aks create -g $resourceGroupName -n $clusterName -l $resourceGroupLocation --node-count 3 --generate-ssh-keys -k 1.13.9 --service-principal $SP_ID --client-secret $SP_PASS
133133
)
134134

135135
if [ $? == 0 ];

provision-vm/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN mv ./kubectl /usr/local/bin/kubectl
4040

4141
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https
4242
RUN DEBIAN_FRONTEND=noninteractive apt-get update
43-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dotnet-sdk-2.2 jq git zip azure-cli=2.0.66-1~xenial
43+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dotnet-sdk-2.2 jq git zip azure-cli=2.0.71-1~xenial
4444
RUN DEBIAN_FRONTEND=noninteractive ACCEPT_EULA=Y apt-get install -y mssql-tools unixodbc-dev
4545
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce
4646
RUN DEBIAN_FRONTEND=noninteractive apt-get install vim -y

0 commit comments

Comments
 (0)