Skip to content

Commit f1de60a

Browse files
committed
Using the new config and master branch in github.
1 parent 51610ea commit f1de60a

File tree

1 file changed

+2
-3
lines changed
  • samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm

1 file changed

+2
-3
lines changed

samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ TIMEOUT=600
4040
RETRY_INTERVAL=5
4141

4242
# Github related contstants
43-
# TODO Change to master after testing.
4443
#
45-
GITHUB_AADATACONTROLLER_BRANCH=tina-private-preview
44+
GITHUB_AADATACONTROLLER_BRANCH=master
4645

4746
# Variables used for azdata cluster creation.
4847
#
@@ -280,7 +279,7 @@ echo "Starting to deploy azdata cluster..."
280279

281280
# Command to create cluster for single node cluster.
282281
#
283-
azdata control create -c tina-kubeadm-dev-test --accept-eula $ACCEPT_EULA
282+
azdata control create -c tina-kubeadm-private-preview --accept-eula $ACCEPT_EULA
284283
echo "Azure Arc Data Controller cluster created."
285284

286285
# Setting context to cluster.

0 commit comments

Comments
 (0)