GKE kube-API (failed to list *v1.ConfigMap: Client.Timeout exceeded while awaiting headers)

Viewed 16

Most of the pods on our GKE clusters fail with the below error. It is timing out when it connects Kube API server.

enter image description here

time="2022-09-08T13:57:49Z" level=info msg="Starting configmap/secret informers" W0908 13:58:21.205161 1 reflector.go:324] pkg/mod/k8s.io/client-go@v0.23.1/tools/cache/reflector.go:167: failed to list *v1.ConfigMap: Get "https://10.0.0.1:443/api/v1/namespaces/default/configmaps?labelSelector=app.kubernetes.io%2Fpart-of%3Dargocd&limit=500&resourceVersion=0": net/http: request canceled (Client.Timeout exceeded while awaiting headers)

I was able to telnet on port 10.0.0.1 on port 443 successfully. CoreDNS, kube-proxy pods are running fine

No useful logs were found.

0 Answers
Related