Skip to content

Commit 95f010f

Browse files
authored
Update aks-vmware-quickstart-deploy.md
add notes for supported k8s version
1 parent 828f6b5 commit 95f010f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

AKS-Hybrid/aks-vmware-quickstart-deploy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,16 @@ To complete this quickstart, you need to do these things:
8888
8989
## Step 3: Create the AKS cluster
9090

91-
Run the following command to create the cluster:
91+
Run the following command to create the cluster.
9292

9393
```azurecli
94-
az aksarc create -n '<name of your cluster>' -g $resource_group --kubernetes-version 'v1.26.6' --custom-location $custom_location --aad-admin-group-object-ids $aad_group_id --vnet-ids $vnet_id --control-plane-ip $control_plane_ip --generate-ssh-keys --debug
94+
az aksarc create -n '<name of your cluster>' -g $resource_group --kubernetes-version '<Kubernetes version from the Arc Resource Bridge>' --custom-location $custom_location --aad-admin-group-object-ids $aad_group_id --vnet-ids $vnet_id --control-plane-ip $control_plane_ip --generate-ssh-keys --debug
9595
```
9696

97+
> [!NOTE]
98+
> Currently, the Kubernetes version supported for AKS on VMware matches the Kubernetes version from the Arc Resource Bridge. The Kubernetes version you provide in the command must align with the Arc Resource Bridge's version. You can find the Arc Resource Bridge version in the Azure Portal under Azure Arc > Management > Resource Bridge. To determine the corresponding Kubernetes version, refer to [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes)
99+
100+
97101
## Next steps
98102

99103
- See [Supported deployment scale](aks-vmware-scale-requirements.md) for the different configuration options.

0 commit comments

Comments
 (0)