File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
samples/features/azure-arc-data-controller/deployment/kubeadm/ubuntu-single-node-vm Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ TIMEOUT=600
40
40
RETRY_INTERVAL=5
41
41
42
42
# Github related contstants
43
- # TODO Change to master after testing.
44
43
#
45
- GITHUB_AADATACONTROLLER_BRANCH=tina-private-preview
44
+ GITHUB_AADATACONTROLLER_BRANCH=master
46
45
47
46
# Variables used for azdata cluster creation.
48
47
#
@@ -280,7 +279,7 @@ echo "Starting to deploy azdata cluster..."
280
279
281
280
# Command to create cluster for single node cluster.
282
281
#
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
284
283
echo " Azure Arc Data Controller cluster created."
285
284
286
285
# Setting context to cluster.
You can’t perform that action at this time.
0 commit comments