You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKS-Arc/aks-create-clusters-cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create Kubernetes clusters in Azure Local using Azure
4
4
ms.topic: how-to
5
5
ms.custom: devx-track-azurecli
6
6
author: sethmanheim
7
-
ms.date: 02/18/2025
7
+
ms.date: 03/31/2025
8
8
ms.author: sethm
9
9
ms.lastreviewed: 01/25/2024
10
10
ms.reviewer: guanghu
@@ -44,7 +44,7 @@ az extension add -n connectedk8s --upgrade
44
44
45
45
## Create a Kubernetes cluster
46
46
47
-
Use the `az aksarc create` command to create a Kubernetes cluster in AKS Arc. Make sure you sign in to Azure before running this command. If you have multiple Azure subscriptions, select the appropriate subscription ID using the [az account set](/cli/azure/account#az-account-set) command.
47
+
Use the [`az aksarc create`](/cli/azure/aksarc#az-aksarc-create) command to create a Kubernetes cluster in AKS Arc. Make sure you sign in to Azure before you run this command. If you have multiple Azure subscriptions, select the appropriate subscription ID using the [`az account set`](/cli/azure/account#az-account-set) command. With the `az aksarc create` command, we recommend that you use the `--validate` flag, which validates the input parameters that you intend to use. Once the input parameters are validated, you can run the `az aksarc create` command without the `--validate` flag to create the Kubernetes cluster.
Copy file name to clipboardExpand all lines: AKS-Arc/aks-whats-new-23h2.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: What's new in AKS on Azure Local, version 23H2
3
3
description: Learn about what's new in AKS on Azure Local, version 23H2.
4
4
ms.topic: overview
5
-
ms.date: 11/19/2024
5
+
ms.date: 04/01/2025
6
6
author: sethmanheim
7
7
ms.author: sethm
8
8
ms.reviewer: guanghu
9
-
ms.lastreviewed: 06/25/2024
9
+
ms.lastreviewed: 04/01/2025
10
10
11
11
---
12
12
@@ -42,6 +42,23 @@ By integrating these components, Azure Arc offers a unified and efficient Kubern
42
42
43
43
This section lists the new features and improvements in AKS Arc in each release of Azure Local, version 23H2.
44
44
45
+
### Release 2503
46
+
47
+
The following Kubernetes cluster deployment and management capabilities are available:
48
+
49
+
-**Large VM SKUs for Kubernetes nodepools**: Added two new VM SKUs - `Standard_D32s_v3`: 32 vCPU, 128 GiB and `Standard_D16s_v3`: 16 vCPU, 64 GiB - to support larger nodepools on an AKS cluster. For more information about supported VM sizes, see [supported scale options](scale-requirements.md).
50
+
-**Improved log collection experience**: Improved log collection for AKS control plane node VMs and nodepool VMs, with support for passing multiple IP addresses and SSH key or directory path. For more information, see [on-demand log collection](get-on-demand-logs.md) and [az aksarc get-logs CLI](/cli/azure/aksarc#az-aksarc-get-logs).
51
+
-**Improved diagnosability**: The [Diagnostic Checker tool](aks-arc-diagnostic-checker.md) is automatically run in case of Kubernetes cluster create failure, and added new test cases.
52
+
-**Improved Kubernetes cluster delete**: Fixed deletion issues; for example, due to [pod disruption budgets](delete-cluster-pdb.md?tabs=aks-on-azure-local).
53
+
-**Improved AKS Arc image download**: Fixed issues with AKS Arc image downloads.
54
+
-**Improved GPU support**: Improved error handling for Kubernetes cluster creation with GPU enabled nodepools. Fixed known issues with attaching persistent volumes on GPU enabled nodepools.
55
+
56
+
To get started with these features in the 2503 release, make sure to update your [AKSArc CLI extension](/cli/azure/aksarc) to version 1.5.37 or higher.
57
+
58
+
#### Supported Kubernetes versions for 2503
59
+
60
+
The Kubernetes versions supported in the 2503 release are: 1.28.12, 1.28.14, 1.29.7, 1.29.9, 1.30.3 and 1.30.4.
61
+
45
62
### Release 2411
46
63
47
64
The following Kubernetes cluster deployment and management capabilities are available:
Copy file name to clipboardExpand all lines: AKS-Arc/delete-cluster-pdb.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot when deleted workload cluster resources c
4
4
ms.topic: troubleshooting
5
5
author: sethmanheim
6
6
ms.author: sethm
7
-
ms.date: 12/12/2024
7
+
ms.date: 04/01/2025
8
8
ms.reviewer: leslielin
9
9
10
10
---
@@ -15,7 +15,13 @@ ms.reviewer: leslielin
15
15
16
16
When you delete an AKS Arc cluster that has [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) (PDB) resources, the deletion might fail to remove the PDB resources. By default, PDB is installed in the workload identity-enabled AKS Arc cluster.
17
17
18
-
## Workaround
18
+
## Mitigation
19
+
20
+
This issue was fixed in [AKS on Azure Local, version 2503](aks-whats-new-23h2.md#release-2503).
21
+
22
+
If you're on an older build, please update to Azure Local, version 2503. Once you update to 2503, you can retry deleting the AKS cluster. If the retry doesn't work, follow this workaround. File a support case if the retry does not delete the AKS cluster.
23
+
24
+
## Workaround for AKS Edge Essentials and prior versions of AKS on Azure Local.
19
25
20
26
Before you delete the AKS Arc cluster, access the AKS Arc cluster's **kubeconfig** and delete all PDBs:
Copy file name to clipboardExpand all lines: AKS-Arc/get-on-demand-logs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ Before log collection, you must have the SSH key you obtained when you created t
28
28
You can collect logs using IPs or the `kubeconfig` parameter. If an IP is used, it collects the log from a particular node. If `kubeconfig` is used, it collects logs from all cluster nodes. This command generates a .zip file on the local disk. For other parameters, see the [Az CLI reference](/cli/azure/aksarc/logs#az-aksarc-logs-hci).
29
29
30
30
```azurecli
31
-
az aksarc logs hci --ip 192.168.200.25 --credentials-dir ./.ssh --out-dir ./logs
31
+
az aksarc get-logs --ip 192.168.200.25 --credentials-dir ./.ssh --out-dir ./logs
32
32
```
33
33
34
34
Or
35
35
36
36
```azurecli
37
-
az aksarc logs hci --kubeconfig ./.kube/config --credentials-dir ./.ssh --out-dir ./logs
37
+
az aksarc get-logs --kubeconfig ./.kube/config --credentials-dir ./.ssh --out-dir ./logs
| 1.29 |[2503](aks-whats-new-23h2.md#features-and-improvements), [2411](aks-whats-new-23h2.md#features-and-improvements), [2408](aks-whats-new-23h2.md#release-2408)| Generally available | TBD |
0 commit comments