Shaun Crampton

Results 139 comments of Shaun Crampton

@onsi FYI we're running in a cloud CI so we can't _just_ start VMs, they're workers started by the CI system with particular parameters. The CI provider lets us start...

Not sure there's any need for a daemon for MVP. How about: - add a new glide.local.yaml, which overrides glide.yaml but doesn't get checked in (need somewhere to put the...

You say the API server is in a container? Can you explain exactly how you set up the API server with kubeadm? Did you create a container and then run...

@kllex thanks for the insight; Calico autodetection works by loading the iptables rules from both sources (iptables/nft) and comparing the number of rules that it sees. If it sees more...

> I have started up a VM with the same image we are using for our control-planes/workers as well and it shows zero rules for either table. I think, in...

CC @lmm ; i think he was working on something similar.

@remram44 it's VXLAN only, why?

@remram44 Well, this PR simple defaults that flag to false but I didn't think that had any effect on an IPIP system.

I'm not comfortable just allowing all traffic with no routes through; it feels like that could be exploited somehow. It seems safest to block this traffic unless there's a way...