Skip to content

Commit 0fbf1fa

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ 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.
83+
84+
```azurecli
85+
az customlocation create -g $customLocationResourceGroupName -n $customLocationName --cluster-extension-ids $clusteraksExtensionId --host-resource-id $ArcApplianceResourceId --namespace "default"
86+
```
87+
8288
## Azure requirements
8389

8490
You must connect to your Azure account:

0 commit comments

Comments
 (0)