Mike Zappa
Mike Zappa
That is the Prometheus server. We setup two instances of kube-vip and made sure to change the port from 2112 to something else. That allows you to run several instances
Below is the avaliable commands. Usage: kube-vip [command] Available Commands: help Help about any command kubeadm Kubeadm functions manager Start the kube-vip manager manifest Manifest functions sample Generate a Sample...
> Can this be closed or would it make sense to add some docs to -> https://github.com/kube-vip/website It probably would make sense to be added to the docs to prevent...
> Can this really considered solved? Sounds more like a workaround. > If the only thing preventing us from using dual-stack vip is the prometheus port, is it possible to...
This would be nice to add. A few seconds is generous though, this is miliseconds! Since you are using gobgp, it looks like people have made bfd daemons for this....
> [`(*libcni).Remove` ignores not found errors](https://github.com/containerd/go-cni/blob/8faf1dad09bbfb3abb8b681bf9b9b34884df2bab/cni.go#L252-L254), which suppresses valid errors from plugins that are cannot find the resource required to properly delete an interface. > > A blanket ignore prevents...
In the error log, I see mentions of Deletion, however the command "/usr/sbin/iptables -t nat -N CNI-SN-789e45a28000a6e5f5d67 --wait" is creating a new iptables chain in the nat table which is...
Did you apply any iptables rules? Since your src ip address is 172.16.29.6 it cannot be routed on the internet. Does that help?
Have you tried this? It's worth running an experiment and updating the documentation? I am sure they would appreciate it. If not you have a few options to get around...
CNI is an interface that defines responsibly for setting up the network between the host and a pod. Multus is a CNI multiplexor that allows the use of multiple cni...