-
Notifications
You must be signed in to change notification settings - Fork 71
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
watch exit unexpected #325
Comments
I found that |
Duplicated of #136 If you want to watch forever it should work without |
Not now, but I'll take a look on it next week |
In order to do
service discovery
in my self-hosted k8s cluster, I use the following code to watch the changes of theendpoint
under the specified namespace, but it will exit with the following exception after a period of time. What is the reason? I found that it takes about 5 minutes from startup to abnormal exit. Is this related to thetimeout_seconds
setting? But according to the cause of the exception, it doesn't seem so, and I think thewatch
operation should keep observing the changes of the endpoint by default.When I set
timeout_seconds=600
, the program still exits 5 minutes after startup, but another exception is raised.The text was updated successfully, but these errors were encountered: