From f1de60a08cb18479dff7ca3d617973f10b26fe99 Mon Sep 17 00:00:00 2001 From: "Anton Antonov (TONY)" Date: Tue, 19 Nov 2019 15:24:38 -0800 Subject: [PATCH] Using the new config and master branch in github. --- .../kubeadm/ubuntu-single-node-vm/setup-controller.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh b/samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh index 4af63efe..04b59928 100644 --- a/samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh +++ b/samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh @@ -40,9 +40,8 @@ TIMEOUT=600 RETRY_INTERVAL=5 # Github related contstants -# TODO Change to master after testing. # -GITHUB_AADATACONTROLLER_BRANCH=tina-private-preview +GITHUB_AADATACONTROLLER_BRANCH=master # Variables used for azdata cluster creation. # @@ -280,7 +279,7 @@ echo "Starting to deploy azdata cluster..." # Command to create cluster for single node cluster. # -azdata control create -c tina-kubeadm-dev-test --accept-eula $ACCEPT_EULA +azdata control create -c tina-kubeadm-private-preview --accept-eula $ACCEPT_EULA echo "Azure Arc Data Controller cluster created." # Setting context to cluster.