Ayoub Ed-dafali

Results 4 comments of Ayoub Ed-dafali

This might help someone somewhere, so here is how I solved it after a long struggle : ```python bpf = BPF(text=program, usdt_contexts=[usdt] if usdt else [], cflags=["-Wno-macro-redefined"]) ```

I'm having the same issue using rancher, with persistence disabled.

@thehh1974 Thanks for responding. It is totally the inverse, with the sidecar container present, the total risks are less than when it is not.

@nick-fields Is there a chance for this PR to be merged ? I think a lot of people might find the retry on success a useful addition. Thanks in advance