Skip to content

Commit 99ef1bd

Browse files
committed
addressed comments
1 parent a2a6d36 commit 99ef1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ If you get the above helm timeout issue, you can troubleshoot as follows:
144144
```console
145145
kubectl get pods -n azure-arc
146146
```
147-
2. Check if the `clusterconnect-agent` or the `config-agent` pods are showing crashloopbackoff, or not all instances are running:
147+
2. Check if the `clusterconnect-agent` or the `config-agent` pods are showing crashloopbackoff, or not all containers are running:
148148
149149
```output
150150
NAME READY STATUS RESTARTS AGE
@@ -163,7 +163,7 @@ If you get the above helm timeout issue, you can troubleshoot as follows:
163163
name: azure-identity-certificate
164164
```
165165
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.
166-
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.
166+
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 uses the `azure-arc-kube-aad-proxy-sa` service account, which doesn't have admin permissions but requires the permission to mount host path.
167167
168168

169169
### Helm validation error

0 commit comments

Comments
 (0)