Wei Zhou
Wei Zhou
> intiutively, I’d just apply the user VM settings to systemVMs as well. +1
> @bernardodemarco @weizhouapache , did you test this PR? I did not. @DaanHoogland
what's the output of command `ip route show default 0.0.0.0/0` ?
> ``` > ~# ip route show default 0.0.0.0/0 > default proto bird src 10.72.44.3 metric 32 > nexthop via inet6 fe80::429e:a4ff:fe79:f50f dev eth1b weight 1 > nexthop via inet6...
> What exactly is the device used for? In our setup we explicitly do _not_ want to use a fixed interface, since these are supposed to "failover" each other. @mosys0815...
> Yes, i' like to expect the ip "10.72.44.3" added to the certificate, in fact with your current ip route command it already gets the correct ip. well, the command...
> But for now, is there anything I can do to get the certificate, even manually? I do not think so, unless the command returns results like ``` $ ip...
I like the idea to setup cks cluster in another way than user-data. however, as @shwstppr said, there should be some changes with `create-kubernetes-iso.sh` can you please also share the...
> I made the update to add examples. I had an issue with the first commit, so fixed it and force pushed with the updates. thanks @JSpon it looks like...
@JSpon To be frank, I think we need to solve two problems - lots of code are duplicated. - lots of parameters are passed to setup-kube-system I do not have...