-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asyncio.TimeoutError when timeout_seconds is set on a Watch #259
Comments
What K8s cluster do you have? Is it provided by Google, AWS, ... or self-hosted? |
The cluster I use is provided by Scaleway (Kubernetes Kapsule) |
Even I am facing async timeout error when streaming logs from the pod. It times out exactly after 5 mins. Did you get any workaround to fix this? We are using AWS hosted K8. The kubectl can stream logs for an hour without any issues. |
I don't have any workaround unfortunately... still hoping for a fix |
Just sharing in case it helps somebody:
This allows us to stream logs without any connection hiccups for an hour. |
Hi @rcaillon-Iliad @ajinkya-takle , I met the same problem #325 (comment) and you could try pass the
|
When setting a
timeout_seconds
greater than 5 minutes, a TimeoutError is raised after 5 minutes.The text was updated successfully, but these errors were encountered: