Skip to content

Commit 08b936d

Browse files
Merge pull request #15859 from leslielin-5/patch-16
Update aks-vmware-system-requirements.md
2 parents 384f399 + 107f6fc commit 08b936d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You should create a folder for VM templates, to store the Arc Resource Bridge an
7070

7171
## Supported Kubernetes version
7272

73-
In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. See the [Arc Resource Bridge release notes](https://github.com/Azure/ArcResourceBridge/releases) for information about which Kubernetes version is supported for each specific version number.
73+
In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes).
7474

7575
## Custom location
7676

@@ -79,6 +79,23 @@ If you choose to **Enable Kubernetes Service on VMware [preview]** when you **Co
7979
> [!IMPORTANT]
8080
> You must use the **default** namespace.
8181
82+
To view the custom location namespace, use the `az customlocation show` command
83+
```azurecli
84+
az customlocation show -g $customLocationResourceGroupName -n $customLocationName
85+
```
86+
87+
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)
88+
89+
Delete the custom location
90+
```azurecli
91+
az customlocation delete -g $customLocationResourceGroupName -n $customLocationName
92+
```
93+
94+
Create the custom location with the **default** namespace
95+
```azurecli
96+
az customlocation create -g $customLocationResourceGroupName -n $customLocationName --cluster-extension-ids $clusteraksExtensionId --host-resource-id $ArcApplianceResourceId --namespace "default"
97+
```
98+
8299
## Azure requirements
83100

84101
You must connect to your Azure account:

0 commit comments

Comments
 (0)