Results 284 comments of Max Makarov

> Why are you using it? Because it's much easier to use `linstor` and `lvm` commands.

I couldn't reproduce this bug. But I faced it two times before. Unfortunately, I don't have logs because I restarted the Piraeus pods. Next time, I will save the logs.

@smira The main idea is to use native GoBGP integration instead of a BGP daemon as a system extension

The main disadvantage of GoBGP is its lack of BFD support, which is essential for modern network infrastructures. https://github.com/osrg/gobgp/issues/2006 https://github.com/osrg/gobgp/issues/2563

> Would this be used as a solution for talos vip replacement? No, we don't need to remove VIP support, because it's intended for legacy L2 networks. BGP+ECMP is for...

> Could this effectively allow an anycast ip for controlplanes so we wouldn’t need to rely on the L2 Talos VIP? > […](#) Yes, exactly!

@killcity Yes, `kube-router` or `cilium` could announce the prefixes locally to GoBGP, so that GoBGP announces all the prefixes to the fabric, including controlplane IP.

> Or is it coroot profiling? Yes, It's coroot. We deploy coroot using [the official helm chart](https://github.com/coroot/helm-charts/tree/main/charts/coroot) with default configuration. Version of helm chart: 0.15.16 > Will you be able...