Skip to content

Commit 99c6b0f

Browse files
Merge pull request #239388 from omkark95/main
[Azure Arc K8s] Update to troubleshooting guide
2 parents b44338a + 50c04d0 commit 99c6b0f

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,42 @@ 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.
6676

77+
### Resource Provisioning Failed
78+
If you receive this error, it indicates that there was an error due to which the resource could not be provisioned successfully. Please check the status of the Azure Arc enabled Kubernetes service at the following dashboard: [Azure status](https://azure.status.microsoft/en-us/status). If the status is healthy and you continue to face issues while onboarding, please raise a support ticket. If the status is unhealthy, please wait until the status becomes healthy and try onboarding again after deleting the existing connected cluster Azure resource.
79+
80+
### Service Timeout
81+
If you receive this error, it indicates that the service timed out while provisioning the certificates. Please check the status of the Azure Arc enabled Kubernetes service at the following dashboard: [Azure status](https://azure.status.microsoft/en-us/status). If the status is healthy and you continue to face issues while onboarding, please raise a support ticket. If the status is unhealthy, please wait until the status becomes healthy and try onboarding again after deleting the existing connected cluster Azure resource.
6782

6883
### Overage claims error
6984

0 commit comments

Comments
 (0)