Skip to content

Commit 0d83168

Browse files
Update cluster-k8s-version.md
1 parent 30bb628 commit 0d83168

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

AKS-Hybrid/cluster-k8s-version.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ To check if the image download is in progress or has finished, run the below com
4141
```azurecli
4242
$cl_id = "/subscriptions/<subscription_id>/resourceGroups/<resource_group_name>/providers/Microsoft.ExtendedLocation/customLocations/<custom_location_name>"
4343
44-
# Get the kubernetes version or the VM sizes using CLI (it automatically creates the **kubernetesVersions/default** or the **skus/default** azure resource).
44+
# Get the kubernetes version using CLI (it automatically creates the **kubernetesVersions/default** Azure resource).
4545
4646
az aksarc get-versions --custom-location $cl_id
47-
az aksarc vmsize list --custom-location $cl_id
4847
```
4948

5049
If the above command says that the K8s versions are ready, and you're running Azure Local, [release 2411](/azure/aks/hybrid/aks-whats-new-23h2#release-2411) or newer, file a [support request](help-support.md).
@@ -83,10 +82,9 @@ To resolve this issue, run the following command:
8382
```azurecli
8483
$cl_id = "/subscriptions/<subscription_id>/resourceGroups/<resource_group_name>/providers/Microsoft.ExtendedLocation/customLocations/<custom_location_name>"
8584
86-
# Get the kubernetes version or the VM sizes using CLI (it automatically creates the **kubernetesVersions/default** or the **skus/default** azure resource).
85+
# Get the kubernetes version using CLI (it automatically creates the **kubernetesVersions/default** Azure resource).
8786
8887
az aksarc get-versions --custom-location $cl_id
89-
az aksarc vmsize list --custom-location $cl_id
9088
```
9189

9290
### Kubernetes version 1.26.12 is not supported. Please go to https://aka.ms/aksarcsupportedversions for details about the supported Kubernetes version on this platform.

0 commit comments

Comments
 (0)