We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement support for watch operations in the Kubernetes API in the operator so that systems such as ArgoCD do not long poll for changes.
The text was updated successfully, but these errors were encountered:
I believe this should be able be achieved by leveraging this
Sorry, something went wrong.
This would help us from receiving a bunch of these events which create noise every second:
2024-06-24T07:40:21.365869Z INFO async_nats::options: event: connected 2024-06-24T07:40:22.364401Z INFO async_nats::options: event: connected 2024-06-24T07:40:23.366736Z INFO async_nats::options: event: connected ...
No branches or pull requests
Implement support for watch operations in the Kubernetes API in the operator so that systems such as ArgoCD do not long poll for changes.
The text was updated successfully, but these errors were encountered: