Skip to content

Commit a58144c

Browse files
authored
Update troubleshooting.md
1 parent 2f9baca commit a58144c

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,33 @@ If the Helm Chart release is present with `STATUS: deployed`, check the status o
4343

4444
```console
4545
$ kubectl -n azure-arc get deployments,pods
46-
NAME READY UP-TO-DATE AVAILABLE AGE
47-
deployment.apps/clusteridentityoperator 1/1 1 1 16h
48-
deployment.apps/config-agent 1/1 1 1 16h
49-
deployment.apps/cluster-metadata-operator 1/1 1 1 16h
50-
deployment.apps/controller-manager 1/1 1 1 16h
51-
deployment.apps/flux-logs-agent 1/1 1 1 16h
52-
deployment.apps/metrics-agent 1/1 1 1 16h
53-
deployment.apps/resource-sync-agent 1/1 1 1 16h
54-
55-
NAME READY STATUS RESTART AGE
56-
pod/cluster-metadata-operator-7fb54d9986-g785b 2/2 Running 0 16h
57-
pod/clusteridentityoperator-6d6678ffd4-tx8hr 3/3 Running 0 16h
58-
pod/config-agent-544c4669f9-4th92 3/3 Running 0 16h
59-
pod/controller-manager-fddf5c766-ftd96 3/3 Running 0 16h
60-
pod/flux-logs-agent-7c489f57f4-mwqqv 2/2 Running 0 16h
61-
pod/metrics-agent-58b765c8db-n5l7k 2/2 Running 0 16h
62-
pod/resource-sync-agent-5cf85976c7-522p5 3/3 Running 0 16h
46+
NAME READY UP-TO-DATE AVAILABLE AGE
47+
deployment.apps/cluster-metadata-operator 1/1 1 1 3d19h
48+
deployment.apps/clusterconnect-agent 1/1 1 1 3d19h
49+
deployment.apps/clusteridentityoperator 1/1 1 1 3d19h
50+
deployment.apps/config-agent 1/1 1 1 3d19h
51+
deployment.apps/controller-manager 1/1 1 1 3d19h
52+
deployment.apps/extension-events-collector 1/1 1 1 3d19h
53+
deployment.apps/extension-manager 1/1 1 1 3d19h
54+
deployment.apps/flux-logs-agent 1/1 1 1 3d19h
55+
deployment.apps/kube-aad-proxy 1/1 1 1 3d19h
56+
deployment.apps/metrics-agent 1/1 1 1 3d19h
57+
deployment.apps/resource-sync-agent 1/1 1 1 3d19h
58+
59+
60+
61+
NAME READY STATUS RESTARTS AGE
62+
pod/cluster-metadata-operator-74747b975-9phtz 2/2 Running 0 3d19h
63+
pod/clusterconnect-agent-cf4c7849c-88fmf 3/3 Running 0 3d19h
64+
pod/clusteridentityoperator-79bdfd945f-pt2rv 2/2 Running 0 3d19h
65+
pod/config-agent-67bcb94b7c-d67t8 1/2 Running 0 3d19h
66+
pod/controller-manager-559dd48b64-v6rmk 2/2 Running 0 3d19h
67+
pod/extension-events-collector-85f4fbff69-55zmt 2/2 Running 0 3d19h
68+
pod/extension-manager-7c7668446b-69gps 3/3 Running 0 3d19h
69+
pod/flux-logs-agent-fc7c6c959-vgqvm 1/1 Running 0 3d19h
70+
pod/kube-aad-proxy-84d668c44b-j457m 2/2 Running 0 3d19h
71+
pod/metrics-agent-58fb8554df-5ll67 2/2 Running 0 3d19h
72+
pod/resource-sync-agent-dbf5db848-c9lg8 2/2 Running 0 3d19h
6373
```
6474

6575
All pods should show `STATUS` as `Running` with either `3/3` or `2/2` under the `READY` column. Fetch logs and describe the pods returning an `Error` or `CrashLoopBackOff`. If any pods are stuck in `Pending` state, there might be insufficient resources on cluster nodes. [Scaling up your cluster](https://kubernetes.io/docs/tasks/administer-cluster/) can get these pods to transition to `Running` state.

0 commit comments

Comments
 (0)