Skip to content

Commit a2a6d36

Browse files
committed
added relative url
1 parent f3a4c78 commit a2a6d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ If you get the above helm timeout issue, you can troubleshoot as follows:
162162
```output
163163
name: azure-identity-certificate
164164
```
165-
This could be a transient issue. You can try deleting the Arc deployment by running the `az connectedk8s delete` command and reinstalling it. If you're consistently facing this, it could be an issue with your proxy settings. Please follow [these steps](https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/quickstart-connect-cluster?tabs=azure-cli#connect-using-an-outbound-proxy-server) to connect your cluster to Arc via a proxy.
165+
This could be a transient issue. You can try deleting the Arc deployment by running the `az connectedk8s delete` command and reinstalling it. If you're consistently facing this, it could be an issue with your proxy settings. Please follow [these steps](./quickstart-connect-cluster.md#connect-using-an-outbound-proxy-server) to connect your cluster to Arc via a proxy.
166166
4. If the `clusterconnect-agent` and the `config-agent` pods are running, but the `kube-aad-proxy` pod is missing, check your pod security policies. This pod requires hostpath mount but doesn't have admin permissions. This pod uses the `azure-arc-kube-aad-proxy-sa` service account.
167167
168168

0 commit comments

Comments
 (0)