針對建立 AKS Arc 叢集時未列出的 K8s 版本或 VM 大小進行疑難解答
KubernetesVersions/default 或 Azure 中的 skus/預設資源尚未建立,或因某些原因而遭到刪除。 當預設資源未建立為部署的一部分時,此案例可能會發生在舊版中。
因應措施
執行以下命令:
$cl_id = "/subscriptions/<subscription_id>/resourceGroups/<resource_group_name>/providers/Microsoft.ExtendedLocation/customLocations/<custom_location_name>"
# Get the kubernetes version or the VM sizes using CLI (it automatically creates the **kubernetesVersions/default** or the **skus/default** azure resource).
az aksarc get-versions --custom-location $cl_id
az aksarc vmsize list --custom-location $cl_id
驗證
確認入口網站顯示正確的 K8s 版本和 VM 大小清單。 請參閱 每個 Azure Stack HCI 版本支援的 K8s 版本 清單。