-
Our operator gets sometimes timeouts in the watcher loop. It is running in our Kubernetes cluster (so not locally) so I would have expected requests to the Kubernetes API to be fine. What might be reasons for that?
|
Beta Was this translation helpful? Give feedback.
Answered by
buehler
Sep 27, 2021
Replies: 2 comments
-
Yes, this sometimes happens. Do you have a special config in the Kubernetes API? (maybe other defaults to watchers?) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
buehler
-
Thank you :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this sometimes happens. Do you have a special config in the Kubernetes API? (maybe other defaults to watchers?)
The watcher should restart immediately when it encounters an error.