From 96255f8f1201d0bf16352f28f5cf73f4dace33d4 Mon Sep 17 00:00:00 2001 From: etchang <47163774+etchang@users.noreply.github.com> Date: Wed, 26 Aug 2020 16:43:13 -0700 Subject: [PATCH 1/2] update script to pull august release --- .../kubeadm/ubuntu-single-node-vm/setup-controller-new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh index 5ec006a4..6ce4cb62 100644 --- a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh +++ b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh @@ -80,7 +80,7 @@ export DEBIAN_FRONTEND=noninteractive # Requirements file. export OSCODENAME=$(lsb_release -cs) -export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE="https://aka.ms/jul-2020-arc-azdata-$OSCODENAME" +export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE="https://aka.ms/aug-2020-arc-azdata-$OSCODENAME" # Kube version. # From 50cd621cf3f2e753c3bc8fea7972968821cf8b60 Mon Sep 17 00:00:00 2001 From: etchang <47163774+etchang@users.noreply.github.com> Date: Thu, 27 Aug 2020 17:15:27 -0700 Subject: [PATCH 2/2] update region choices --- .../kubeadm/ubuntu-single-node-vm/setup-controller-new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh index 6ce4cb62..896e6ddb 100644 --- a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh +++ b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller-new.sh @@ -41,7 +41,7 @@ fi if [ -z "$ARC_DC_REGION" ] then - read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope or southeastasia): " dc_region + read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope, southeastasia, japaneast, australiaeast, koreacentral, northeurope, uksouth, or francecentral): " dc_region echo export ARC_DC_REGION=$dc_region fi