Philip Schmid

Results 31 comments of Philip Schmid

Stale. Not interested anymore.

Stale. Not interested anymore.

My workaround: ```hcl resource "kubectl_manifest" "policies" { for_each = fileset(var.policy_directory, "*.yaml") yaml_body = file("${var.policy_directory}/${each.value}") } ```

Is this still an active issue? I wasn't able to reproduce it using Cilium 1.14.3 with Talos 1.5.3. I tested both, Cilium Kube-Proxy replacement enabled and disabled. At the same...

It looks like this issue can be closed. At least with Docker Desktop `24.0.6` (Kernel: `6.4.16-linuxkit`) `CONFIG_DEBUG_INFO_BTF` is now enabled: ```bash $ docker run -it --rm --privileged --pid=host ubuntu nsenter...

/remove-lifecycle stale Will implement this in the next days. Sorry for the delay.