Skip to content

Commit 2658590

Browse files
committed
Fixing the configuration name.
1 parent 7c28d8a commit 2658590

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)