Daniel Finneran

Results 282 comments of Daniel Finneran

Can you try with the latest image release, that version is quite old?

pod cidr `kubectl cluster-info dump | grep -m 1 cluster-cidr` service cidr `kubectl cluster-info dump | grep -m 1 service-cluster-ip-range `

Good spot. I'll try and investigate from next week.

ah, I missed that this was being asked for for things other than BGP!

This fix is added in a recent PR.. and will be in `v0.5.0`

I think an `--autoInterface` / `vip_autointerface` flag/env should be simple enough to implement.

I don't really know about external-dns.. but a brief glance at the project page would lead me to believe that there is nothing today that would stop you annotating a...

Yeah, I think it would certainly be possible.. could you explain what you'd expect it to do in sort of a user story and I can look at implementing it?

Ok cool. So for services I’m going to implement a controller that watches services and can update an external dns provider. I’m going to PoC with bind9 and if that’s...