Skip to content
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

Implement Kubernetes watch support in the operator #12

Open
protochron opened this issue Apr 2, 2024 · 2 comments
Open

Implement Kubernetes watch support in the operator #12

protochron opened this issue Apr 2, 2024 · 2 comments

Comments

@protochron
Copy link
Contributor

Implement support for watch operations in the Kubernetes API in the operator so that systems such as ArgoCD do not long poll for changes.

@liamwh
Copy link

liamwh commented Jul 2, 2024

I believe this should be able be achieved by leveraging this

@liamwh
Copy link

liamwh commented Jul 2, 2024

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
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants