You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why my wait for was never finishing and while debugging in the container I saw that my API server was returning a warning message on top of the POD infos:
I0624 10:31:01.428761 375 request.go:668] Waited for 1.181153768s due to client-side throttling, not priority and fairness, request: GET:https://<server>/apis/rbac.authorization.k8s.io/v1?timeout=32s
NAME READY STATUS RESTARTS AGE
<pod> 1/1 Running 0 173m
<pod> 1/1 Running 0 173m
<pod> 1/1 Running 0 173m
the script seems to be parsing the first line and ends up not detecting the pod status.
I might have some time to prepare a quick fix but for now I will leave an issue report here.
tl;dr: kubectl cannot cache global resource definitions if ~/.kube is not present/writable, so it ends up requesting it all the time, so it will get throttled
I was wondering why my wait for was never finishing and while debugging in the container I saw that my API server was returning a warning message on top of the POD infos:
the script seems to be parsing the first line and ends up not detecting the pod status.
I might have some time to prepare a quick fix but for now I will leave an issue report here.
Basem Vaseghi [email protected], Daimler TSS GmbH, legal info/Impressum
The text was updated successfully, but these errors were encountered: