From 77f2d25f8151d094c6fe49653105d9cc93504af3 Mon Sep 17 00:00:00 2001 From: Travis Wright Date: Tue, 2 Jun 2020 14:55:41 -0700 Subject: [PATCH] Changing namespace name from azure-arc-system to arc --- .../kubeadm/ubuntu-single-node-vm/setup-controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh index ca86fd4a..14932973 100644 --- a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh +++ b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh @@ -64,7 +64,7 @@ RETRY_INTERVAL=5 # Variables used for azdata cluster creation. # export ACCEPT_EULA=yes -export CLUSTER_NAME=azure-arc-system +export CLUSTER_NAME=arc export PV_COUNT="80" # Make a directory for installing the scripts and logs.