Skip to content

Commit 2bcbf37

Browse files
Merge pull request #15858 from leslielin-5/patch-15
Update aks-vmware-quickstart-deploy.md
2 parents 08b936d + 431e23c commit 2bcbf37

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+
> In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. The Kubernetes version you provide in the command must align with the Arc Resource Bridge 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, see [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)