Danny Kulchinsky
Danny Kulchinsky
Hey @realshuting, apologies! looks like I missed your comment while I was on PTO we are currently on Kyverno 1.11.4, I will work on upgrading our sandbox environment to 1.12.x...
Hi @realshuting, apologies for the delay. I'm working on getting our sandbox environment upgraded to 1.12.4 but encountered an unrelated issue/regression that I reported here: https://kubernetes.slack.com/archives/CLGR9BJU9/p1720641291635649 after some wrangling, I...
Hi @realshuting, the issue persists for us in 1.12.4 😞 I enabled `synchronize` on the affected policies and immediately observed a UR loop. I've tested this with the policies I...
@realshuting I believe I have an explanation as to what's going on here! I was looking at the generated resources today and trying to compare them line-by-line and see if...
@realshuting with the above `finalizers` trick, I was able to make 2 generate policies work as expected with `synchronize` enabled. however, on the 3rd policy that generates Crossplane resource, aside...
ohhh! I just saw this in the docs: > In cases where the generated resource being synchronized must be modified by other controllers in the cluster, Kyverno can optionally use...
Enabled `useServerSideApply` on these policies and so far I believe this is working as expected 🎉 I will keep testing various scenarios and will update here with results.
Hey @realshuting, I'm fairly confident at this point to say that with Kyverno 1.12.5 & `userServerSideApply` this issue has been resolved. going to close this now and thanks all for...
Hey @phihos 👋🏼 wondering if you still have cycles to work on this? I can try and take over though not as experienced with Ruby. Looks like there was mainly...
came across this as I was looking into something similar, I ended up with a slight different approach: ``` log_size ${record.to_json.length} ``` this casts the record object into a json,...