Skip to content

Commit d3950f5

Browse files
author
Yingxue Zhu
committed
change azdata debian pkg name and change args
1 parent 0d4d83a commit d3950f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export DEBIAN_FRONTEND=noninteractive
8181

8282
# Requirements file.
8383
export OSCODENAME=$(lsb_release -cs)
84-
export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE="https://private-repo.microsoft.com/python/azure-arc-data/private-preview-jul-2020/ubuntu-"$OSCODENAME"/azdata-cli_20.0.0-1~"$OSCODENAME"_all.deb"
84+
export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE="https://private-repo.microsoft.com/python/azure-arc-data/private-preview-jul-2020/ubuntu-"$OSCODENAME"/azdata-cli_20.0.1-1~"$OSCODENAME"_all.deb"
8585

8686
# Kube version.
8787
#
@@ -335,7 +335,7 @@ echo "Starting to deploy azdata cluster..."
335335
#
336336
azdata arc dc config init -s azure-arc-kubeadm-private-preview -t azure-arc-custom --force
337337

338-
azdata arc dc create -n $ARC_DC_NAME -c azure-arc-custom --namespace $CLUSTER_NAME --location $ARC_DC_REGION --resource-group $ARC_DC_RG --subscription $ARC_DC_SUBSCRIPTION --connectivity-mode indirect
338+
azdata arc dc create -n $ARC_DC_NAME -p azure-arc-kubeadm-private-preview --namespace $CLUSTER_NAME --location $ARC_DC_REGION --resource-group $ARC_DC_RG --subscription $ARC_DC_SUBSCRIPTION --connectivity-mode indirect
339339
echo "Azure Arc Data Controller cluster created."
340340

341341
# Setting context to cluster.

0 commit comments

Comments
 (0)