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

Support realtime updates of resources #159

Closed
Tracked by #213
arturkasperek opened this issue Nov 23, 2023 · 0 comments · Fixed by #235
Closed
Tracked by #213

Support realtime updates of resources #159

arturkasperek opened this issue Nov 23, 2023 · 0 comments · Fixed by #235
Labels
enhancement New feature or request
Milestone

Comments

@arturkasperek
Copy link

What problem are you facing?

Crossplane core has the option to watch k8s object changes with --enable-realtime-compositions flag. With that flag, it leverages k8s watch API to keep track of changes. Something similar doesn't exist on provider-kubernetes. I have compositions that leverage .status field of provider-kubernetes objects and as a result, I have delays.

How could Crossplane help solve your problem?

I think provider-kubernetes should support somehow option to keep track changes with k8s watch API. I know that in the case of provider-kubernetes we may have external k8s and API responses could have some major delays - either way I think it should be option to use realtime watching if someone want to

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

Successfully merging a pull request may close this issue.

2 participants