Anna Kapuścińska
Anna Kapuścińska
Hey @joshuajorel thank you for the updates. Could you rewrite the commits so that changes are clearly grouped and documented? I think one commit introducing `collectionKey`, one introducing API changes,...
Just for reference, PR adding k8s 1.30 support to Cilium: https://github.com/cilium/cilium/pull/31687 Tetragon will need similar changes in the code generation scripts.
Hi @prateek041 > Add a new label, that can tell if policy is cluster wide or namespaced. (what do you suggest the name of that label be ?) Yes, maybe...
@itsCheithanya Thanks! To implement the fix, you'll need to use the [Helm if block](https://helm.sh/docs/chart_template_guide/control_structures/#ifelse) in the [operator ClusterRole](https://github.com/cilium/tetragon/blob/main/install/kubernetes/tetragon/templates/operator_clusterrole.yaml#L29-L34). It should be a pretty small change. To test it, first create...