From 65e81b448e833af2879257446fcfd7c6f5a9cce6 Mon Sep 17 00:00:00 2001 From: Shuo Li Date: Tue, 16 Jun 2020 17:11:45 -0700 Subject: [PATCH] Add more regions in bootstrapper script --- .../kubeadm/ubuntu-single-node-vm/setup-controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh index d835f257..ac5e75b5 100644 --- a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh +++ b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh @@ -62,7 +62,7 @@ fi if [ -z "$ARC_DC_REGION" ] then - read -p "Enter a region for the new Azure Arc Data Controller (eastus or eastus2): " dc_region + read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope or southeastasia): " dc_region echo export ARC_DC_REGION=$dc_region fi