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
In some circumstances that I still wasn't able to replicate, KubeDownscaler will timeout when processing a resources. This is most probably caused by a slow communication between the Pod and the Kubernetes API Server. This may happen because a network bottleneck or because the API Server itself is busy processing other requests
Problem to solve
Let the user adjust this KubeDownscaler timeout (inherited from PyKube library) using an argument
Proposal
Parametrize, inside scaler.py, the pykube constant pykube.http.DEFAULT_HTTP_TIMEOUT to a value that can be choosen by the user using an argument inside KubeDownscaler deployment
The text was updated successfully, but these errors were encountered:
samuel-esp
changed the title
Failed To Process resource:
Failed To Process Resource: Read timed out
Oct 22, 2024
samuel-esp
changed the title
Failed To Process Resource: Read timed out
Failed To Process Resource: Read Timed Out
Oct 22, 2024
Issue
In some circumstances that I still wasn't able to replicate, KubeDownscaler will timeout when processing a resources. This is most probably caused by a slow communication between the Pod and the Kubernetes API Server. This may happen because a network bottleneck or because the API Server itself is busy processing other requests
Problem to solve
Let the user adjust this KubeDownscaler timeout (inherited from PyKube library) using an argument
Proposal
Parametrize, inside
scaler.py
, the pykube constantpykube.http.DEFAULT_HTTP_TIMEOUT
to a value that can be choosen by the user using an argument inside KubeDownscaler deploymentThe text was updated successfully, but these errors were encountered: