Matt Dupre

Results 12 comments of Matt Dupre

I'm not a huge fan of using pod readiness to solely indicate plugin status: we've found it painful to have a pod readiness depend on the state of other pods...

What does `kubectl get endpoints` say for the Typha service? Felix queries the service and then picks a Typha to connect to based on that.

@rrsela Yeah, that would cause this. Looking more carefully, I see kubectl is reporting IP for Typha (and kube-controllers doesn't even have a NODE?!). Normally you'd see the node IP...

@tomastigera @sridhartigera any thoughts?

Rolling back to 3.27.0 should be safe. 3.27.3 with the fix is expected in late March.

@phillipsj Probably unrelated, but incidentally CrossSubnet can be used in AWS if you disable Source Dest Check on the instances to allow pods to communicate unencapsulated. Doing so offers the...

@antikilahdjs Unrelated to the issue (which is concerning - if you can get us the diags Casey requested we'll see if we can figure it out), I'm curious why you...

I'm also unsure how a /19 block was ever created, since that's bigger than the maximum allowed size. There's substantial validation code that prevents (among other things): - Changing the...

Nodes can have multiple blocks and can also borrow IPs from other blocks, so there's no need to change the block size to run more nodes or pods. For IPAM...

Could one of you please help me out with some diags? What I'd like to know is: 1. Please let me know if a pod on one node can reach...