aohoyd

Results 6 comments of aohoyd

> Could you also resolve the merge conflicts? Fixed

@danielfoehrKn What do you think about embedding? There will be only one binary which would produce needed shell functions to source them. Final flow be like: ``` source

> I am not quite sure how that is different from your current approach Now kubeswitch contains binary switcher, switch.sh script and switch.fish script. So to completely activate `switch` with...

I can handle this. I see two options here: 1. Adding the new arg `force bool` to https://github.com/cilium/tetragon/blob/c1d6f115ef2eb86d18cac09625f42bec09f0660a/pkg/k8s/crdutils/register.go#L71. This one is breaking pkg's API and I dont know is this...

> I think there is a middle ground: introduce a new function `RegisterCRDsWithOptions()` and pass the options there. This does not break compatibility. `RegisterCRD` can be marked as deprecated, and...