Kornilios Kourtis
Kornilios Kourtis
Following the encryption guide with: ``` $ helm install cilium cilium/cilium --version 1.9.0-rc2 --namespace kube-system --set encryption.enabled=true --set encryption.nodeEncryption=true ``` results in nodes being unreachable.
see commits
https://github.com/cilium/tetragon/blob/main/contrib/verify/verify.sh
Mainly, this PR adds an InMap (and NotInMap) argument operator for generic tracepoints and kprobes. InMap acts as a filter based on whether the value of an argument exists on...
See the corresponding cilium issue and https://github.com/cilium/cilium/issues/18823 PR https://github.com/cilium/cilium/pull/18858 for a discussion of why this needed.

For example, we could use it to to test issues such as: https://github.com/cilium/tetragon/issues/247
I was hoping that https://github.com/cilium/tetragon/commit/88128417dd1abbea900d2fed9994f906ba570ea5 would cause a panic when an RCU stall happens, which would result in the vm being stopped since we are setting `panic=-1` in the VM's...