Replies: 1 comment 3 replies
-
I don't think there is an easy way to handle that. At least I cannot think of one :) |
Beta Was this translation helpful? Give feedback.
3 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.
-
During development, I've now had it happen multiple times that I had my operator running deployed in the cluster as well as in the IDE, or by pilot error having the operator run both as a Run and a Debug configuration in IDEA. This leads to really confusing behavior :-)
Is there an easy and or recommended way to somehow mark the resource with a unique ID of the running operator, so that the second operator can see that the resource is already managed by another instance, and ignores it?
I've looked at ownerReferences[].controller, but I'm not sure what to put in there to identify the running controller instance.
Beta Was this translation helpful? Give feedback.
All reactions