Skip to content

Commit a9a7ed6

Browse files
Merge pull request #3430 from MicrosoftDocs/main638697097731141419sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0aeac73 + b30a351 commit a9a7ed6

20 files changed

+26
-10
lines changed

AKS-Hybrid/aks-edge-troubleshoot-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about common issues and workarounds in AKS Edge Essentials.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: conceptual
7-
ms.date: 07/22/2024
7+
ms.date: 12/12/2024
88
ms.custom: template-concept
99
---
1010

@@ -59,6 +59,10 @@ This script checks for the missing images and reimports them as needed.
5959

6060
:::image type="content" source="media/aks-edge/aks-edge-azure-arc-proxy.png" alt-text="Screenshot showing internet options." lightbox="media/aks-edge/aks-edge-azure-arc-proxy.png":::
6161

62+
## Can't fully delete AKS Arc cluster with PodDisruptionBudget (PDB) resources
63+
64+
For information about this known issue, see [Can't fully delete AKS Arc cluster with PDB resources](delete-cluster-pdb.md) in the AKS Arc documentation.
65+
6266
## Offline deployments
6367

6468
### Failed to get nodeagent certificate: Not Found

AKS-Hybrid/delete-cluster-pdb.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn how to troubleshoot when deleted workload cluster resources c
44
ms.topic: troubleshooting
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 11/18/2024
7+
ms.date: 12/12/2024
88
ms.reviewer: leslielin
99

1010
---
1111

1212
# Can't fully delete AKS Arc cluster with PodDisruptionBudget (PDB) resources
1313

14-
[!INCLUDE [hci-applies-to-23h2](includes/hci-applies-to-23h2.md)]
14+
[!INCLUDE [hci-applies-to-23h2](includes/hci-applies-to-23h2.md)], AKS Edge Essentials
1515

1616
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.
1717

@@ -37,12 +37,24 @@ Before you delete the AKS Arc cluster, access the AKS Arc cluster's **kubeconfig
3737
kubectl delete pdb azure-wi-webhook-controller-manager -n arc-workload-identity
3838
```
3939

40-
1. Delete the AKS Arc cluster:
40+
### [AKS on Azure Local](#tab/aks-on-azure-local)
41+
42+
4. Delete the AKS Arc cluster:
4143

4244
```azurecli
4345
az aksarc delete -n $aks_cluster_name -g $resource_group_name
4446
```
4547

48+
### [AKS Edge Essentials](#tab/aks-edge-essentials)
49+
50+
4. Delete the AKS Arc cluster:
51+
52+
```azurecli
53+
az connectedk8s delete -n <cluster_name> -g <resource_group>
54+
```
55+
56+
---
57+
4658
## Next steps
4759

4860
[Known issues in AKS enabled by Azure Arc](aks-known-issues.md)
1.5 KB
Loading
-33.5 KB
Loading
-1.43 KB
Loading
25.5 KB
Loading
64.7 KB
Loading
-980 Bytes
Loading
-24 KB
Loading
5.26 KB
Loading

0 commit comments

Comments
 (0)