Skip to content

Commit c420592

Browse files
authored
Update delete-cluster-pdb.md
1 parent dc720e0 commit c420592

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AKS-Hybrid/delete-cluster-pdb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ ms.reviewer: leslielin
99

1010
---
1111

12-
# Can't fully delete Kubernetes cluster with PodDisruptionBudget (PDB) resources
12+
# Can't fully delete AKS Arc cluster with PodDisruptionBudget (PDB) resources
1313

1414
[!INCLUDE [hci-applies-to-23h2](includes/hci-applies-to-23h2.md)]
1515

16-
When you delete a Kubernetes 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.
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.
1717

1818
## Workaround
1919

20-
Before you delete the Kubernetes cluster, access the Kubernetes cluster's **kubeconfig** and delete the PDB:
20+
Before you delete the AKS Arc cluster, access the Kubernetes cluster's **kubeconfig** and delete the PDB:
2121

22-
1. Access the Kubernetes cluster:
22+
1. Access the AKS Arc cluster:
2323

2424
```azurecli
2525
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
@@ -37,7 +37,7 @@ Before you delete the Kubernetes cluster, access the Kubernetes cluster's **kube
3737
kubectl delete pdb azure-wi-webhook-controller-manager -n arc-workload-identity
3838
```
3939

40-
1. Delete the Kubernetes cluster:
40+
1. Delete the AKS Arc cluster:
4141

4242
```azurecli
4343
az aksarc delete -n $aks_cluster_name -g $resource_group_name

0 commit comments

Comments
 (0)