Nicolas Bisson
Nicolas Bisson
Hi all, I would like to know if it's possible to implement in cp-ansible the multiple network interfaces support. Like this [doc said ](https://www.confluent.fr/blog/kafka-listeners-explained/), we can make listeners who listen...
Hello, I have a Kubernetes cluster configured with Calico CNI and BGP routing mode enabled following the recommendations https://docs.tigera.io/calico/latest/networking/determine-best-networking#on-prem. I would like to extend this cluster via a new provider...
Hi, cis-operator works only with providers declared here : https://github.com/rancher/kubernetes-provider-detector/tree/master/providers Having a Kubernetes cluster managed by Scaleway, my cluster can't launch cis-operator. When executing, getting this error : ``` time="2021-07-23T09:33:28Z"...
Following https://github.com/squat/kilo/issues/377 Add `calico-bgp` compatibility. If compatibility enabled : - [x] Added detection of pod IP updates to enrich the "AllowedIps" attribute of WireGuard using the Status.podIP ; - [...