Skip to content

Commit b038b2f

Browse files
authored
Update delete-cluster-pdb.md
1 parent 0c63c08 commit b038b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Hybrid/delete-cluster-pdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you delete an AKS Arc cluster that has [PodDisruptionBudget](https://kubern
1717

1818
## Workaround
1919

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

2222
1. Access the AKS Arc cluster:
2323

@@ -31,7 +31,7 @@ Before you delete the AKS Arc cluster, access the AKS Arc cluster's **kubeconfig
3131
kubectl get pdb -A
3232
```
3333

34-
1. Delete all the PDB:
34+
1. Delete all PDBs. Here's an example of deleting PDB generated from workload identity enablement:
3535

3636
```bash
3737
kubectl delete pdb azure-wi-webhook-controller-manager -n arc-workload-identity

0 commit comments

Comments
 (0)