-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
kopf suddenly stop detecting any changes approximately after 20 mins #1120
Comments
Hello guys, |
We see the same issue im multiple kopf based operators. Any idea about the root of the problem? My team and I would be happy to contribute. |
Hello, we faced similar issues using AKS, and we enforced a server timeout using something like @kopf.on.startup()
def configure(settings: kopf.OperatorSettings, **_):
settings.watching.server_timeout = 210 give it a try. |
Same symptoms, AKS, Kubernetes version 1.29 |
We evaluated changing the timeouts now for a month - for us it really did the trick! Since we set the timeouts in multiple operators we've gotten rid of that particular problem. |
Long story short
kopf suddenly stop detecting any changes approximately after 20 mins, this behaviour is unexpected. I useing latest version 1.37.2
Kopf version
1.37.2
Kubernetes version
1.29
Python version
3.12
Code
Logs
Additional information
After Handling cycle is finished, waiting for new changes, kopf do not detect any new changes after 20 mins of idle time
The text was updated successfully, but these errors were encountered: