You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 onprovider-kubernetes
. I have compositions that leverage.status
field ofprovider-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 ofprovider-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 toThe text was updated successfully, but these errors were encountered: