-
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
timeout_seconds seems to be ineffective #308
Comments
Thank for reporting the issue. Could you check if you example is correct - it looks like this line "Pod watch stream ended." is printed when you get delete events... Which version of K8s do you use? Is it self-hosted or managed by a cloud provider like Google, AWS, Alibaba Cloud,... ? |
Sorry, I had an indentation issue, but I've fixed my code. I am using a self-hosted Kubernetes version v1.21.5, and I am new to Kubernetes. I want to know if the problem is with my code logic or with my Kubernetes setup |
Could you check your code with the latest version of the library (32.0.0)? There are some fixes related to timeouts. Thank you. |
I set timeout_seconds to 600 seconds, but he still completes the watch event every 60 seconds. Can anyone provide assistance
The text was updated successfully, but these errors were encountered: