Aaron U'Ren

Results 133 comments of Aaron U'Ren

@automaticserver - Thanks for reaching out. Your use-case seems pretty complex and, similar to you, I'm not sure if kube-router is a good fix for you. Feel free to poke...

Out of curiosity, what is the address of the kube-apiserver in your kubectl config file? If this is a DNS name, please resolve it first before sending it.

Good sleuthing I got distracted on another problem that I found with ipv6 while I was looking into this one. I'll try to track down the codepath for that after...

Still trying to figure this one out... If your kube controller node IP is getting added to the `inet6:kube-router-svip` ipset, that would definitely explain what's going on. Basically, at the...

If this is indeed not a kube-router created IPVS service, then the following fix would resolve the issue you're experiencing: https://github.com/cloudnativelabs/kube-router/pull/1699 As part of that pipeline, it should build a...

Hmm... `fdcd:0cd1:5dd1:28::1` definitely appears to be pointing to pods. It looks like it is advertising the same service as `[fdcd:5f23:4ab4:11::7b8c]:80`. Is it possible that port `31983` is a NodePort? From...

@alexcriss - After spending some time trying to reproduce this @rbrtbnfgl and myself were never able to reproduce this. However, race conditions can be tricky on things like this. It...

@alexcriss ping - It would be really good to know if the patch in #1806 fixes the issue for you before we merge it since @rbrtbnfgl and myself are unable...