File tree Expand file tree Collapse file tree
samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export DEBIAN_FRONTEND=noninteractive
8181
8282# Requirements file.
8383export 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#
336336azdata 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
339339echo " Azure Arc Data Controller cluster created."
340340
341341# Setting context to cluster.
You can’t perform that action at this time.
0 commit comments