jbertozzi
jbertozzi
Hi, I didn't manage to reproduce my issue. :( Here is my ansible config, if it can help: ```[defaults] inventory = inventories/ forks = 15 poll_interval = 5 ansible_managed =...
I spent some time trying to reproduce on both my Ansible host and a host where Ansible has been freshly installed, with no success. The issue seemed to be 100%...
I have a similar config but the detect_folders seems to be ignored for kubernetes plugin. ``` starship --version starship 1.17.1 branch:master commit_hash: build_time:2024-01-02 18:32:13 +00:00 build_env:rustc 1.75.0 (82e1608df 2023-12-21),``` ```...
Same issue, mostly default parameters used.
Hello, We are facing the same issue after upgrading from Cilium 1.14.3 to 1.15.1. We run a similar config as OP on a eight nodes cluster. Removing `ipv6.disable=1` from the...
We found a way to narrow down the issue with the following scenario. * enable ipv6 on one node (node1) * disable ipv6 on all nodes (node2) We will show...
Hello, After an intense debugging session from my colleague, he finally found the source of the issue. To enable tproxy, Cilium need to add a route in a non default...
Hello, After further analysis using bpftrace we found that the toProxy route in the table 2004 is added in 1.15.1 but deleted immediately afterward: On the node with ipv6 disabled:...
Looking at the source code you can find some references to the helm chart, so I guess the following should work for the backend: ``` helm repo add mizu https://static.up9.com/mizu/helm...
Everything works as expected using a private registry, thank you!