Skip to content

Commit 834993d

Browse files
authored
Merge pull request #7 from ananto-msft/private-preview-comments
Fixing the configuration name.
2 parents 23640d6 + 2658590 commit 834993d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ echo "Starting to deploy azdata cluster..."
266266

267267
# Command to create cluster for single node cluster.
268268
#
269-
azdata control create -n $CLUSTER_NAME -c azure-arc-data-kubeadm-private-preview --accept-eula $ACCEPT_EULA
269+
azdata control create -n $CLUSTER_NAME -c azure-arc-kubeadm-private-preview --accept-eula $ACCEPT_EULA
270270
echo "Azure Arc Data Controller cluster created."
271271

272272
# Setting context to cluster.

0 commit comments

Comments
 (0)