Replies: 3 comments 4 replies
|
Hi @rivamarco pls take a look on this: events are not there on purpose. |
0 replies
|
Out of curiosity, where is the first example coming from? |
2 replies
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? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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! 😄
All reactions