Skip to content

Commit 71e4470

Browse files
authored
Update aks-vmware-system-requirements.md
1 parent 0fbf1fa commit 71e4470

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

AKS-Hybrid/aks-vmware-system-requirements.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,14 @@ If you choose to **Enable Kubernetes Service on VMware [preview]** when you **Co
7979
> [!IMPORTANT]
8080
> You must use the **default** namespace.
8181
82-
If the **default** namespace for a custom location was not automatically created for you, use the following command to create a custom location with the default namespace.
82+
If your custom location was not created with the **default** namespace, use the following command to delete the custom location and create a custom location with the default namespace. To learn more about how to manage custom location, see [Create and manage custom locations](/azure/azure-arc/kubernetes/custom-locations)
8383

84+
Delete the custom location
85+
```azurecli
86+
az customlocation delete -g $customLocationResourceGroupName -n $customLocationName
87+
```
88+
89+
Create the custom location with the **default** namespace
8490
```azurecli
8591
az customlocation create -g $customLocationResourceGroupName -n $customLocationName --cluster-extension-ids $clusteraksExtensionId --host-resource-id $ArcApplianceResourceId --namespace "default"
8692
```

0 commit comments

Comments
 (0)