Skip to content

Commit d0529f7

Browse files
authored
Fix broken links in delete-cluster-pdb.md
1 parent 02e9f16 commit d0529f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AKS-Arc/delete-cluster-pdb.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ When you delete an AKS Arc cluster that has [PodDisruptionBudget](https://kubern
2020
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 according to its connectivity state
23-
- When the AKS Arc cluster is in a **Connected** state, run the `[az connectedk8s proxy](/azure/connectedk8s?view=azure-cli-latest#az-connectedk8s-proxy)` command
23+
- When the AKS Arc cluster is in a **Connected** state, run the `[az connectedk8s proxy](/cli/azure/connectedk8s#az-connectedk8s-proxy)` command
2424

2525
```azurecli
2626
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
2727
```
2828

29-
- When the AKS Arc cluster is in a **disconnected** state. You will need to run the `[az aksarc get-credentials](/azure/aksarc?view=azure-cli-latest#az-aksarc-get-credentials)` command with the permission to perform **Microsoft.HybridContainerService/provisionedClusterInstances/listAdminKubeconfig/action**, which is included in the **Azure Kubernetes Service Arc Cluster Admin** role permission. To learn more, refer to [Retrieve certificate-based admin kubeconfig in AKS Arc](/aks/aksarc/retrieve-admin-kubeconfig#retrieve-the-certificate-based-admin-kubeconfig-using-az-cli)
29+
- When the AKS Arc cluster is in a **disconnected** state. You will need to run the `[az aksarc get-credentials](/cli/azure/aksarc#az-aksarc-get-credentials)` command with the permission to perform **Microsoft.HybridContainerService/provisionedClusterInstances/listAdminKubeconfig/action**, which is included in the **Azure Kubernetes Service Arc Cluster Admin** role permission. To learn more, refer to [Retrieve certificate-based admin kubeconfig in AKS Arc](/aks/aksarc/retrieve-admin-kubeconfig#retrieve-the-certificate-based-admin-kubeconfig-using-az-cli)
30+
3031
```azurecli
3132
az aksarc get-credentials -n $aks_cluster_name -g $resource_group_name --admin
3233
```

0 commit comments

Comments
 (0)