Replies: 3 comments 4 replies
-
Hi @rivamarco pls take a look on this: events are not there on purpose. |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity, where is the first example coming from? |
Beta Was this translation helpful? Give feedback.
-
note that this issue only happens after a while, and it's quite rare. Was not reported by other users of JOSDK. What version of K8S are you using? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm trying to implement a system that is able to react to events in order to perform some operations.
I have started asking this fabric8io/kubernetes-client#4789 because I had troubles if some connection issues / not responsive kubernetes API, and i think it can be also related to this: fabric8io/kubernetes-client#4781
Given that, I'm trying a different approaches and I've tried also to implement a "little" operator.
Seems all ok and it seems also more robust on lack of connection but the "issue" is that I don't know how (or if it's possible) to retrieve the old and the new resources on updates, basically similar to this:
What I wrote is like this:
But in this case I only have the "latest" resource, and not the previous one so I can't compare the status value in order to react to such events.
Am I doing the right thing or should i do something else?
Thank you very much for the big help! 😄
Beta Was this translation helpful? Give feedback.
All reactions