Chris

Results 5 comments of Chris

Yes, this bothered me a lot, and I guess the way kubeapps do could be a good example.

> These coms are not open-source project. I have asked related people about open these code, but they said they have not yet put this issue on agenda. This is...

> You can set the service traficpolicy to local, where the nexthop additions of cluster types don't filter the notready nodes, we'll fix that later. any progress on this?

https://github.com/openelb/openelb/blob/master/pkg/speaker/layer2/arp.go#L148 ``` func (a *arpSpeaker) gratuitous(ip, nodeIP net.IP) error { if a.getMac(ip.String()) != nil { return nil } ``` I guess the mac for an allocated eip will never get...