Jakub Warumzer
Jakub Warumzer
I've encountered the same issue. @mathetake - do you know if it's even possible?
> > Furthermore, you can not really use publishNotReadyAddresses in Headless service in conjunction with Istio, because if you do, and you e.g. scale STS, then traffic will go almost...
> Does kube-proxy do this? Good question! Looks like they don't though: https://github.com/kubernetes/kubernetes/blob/2a003648b026abcb6371f7da00740561c393a9a5/pkg/proxy/topology.go#L46 So basically I should go talk to them first?
Makes sense. I'll go and initiate a conversation with them, I'll be back.
I'm back! Here's a very good comment explaining why kube-proxy *has* to rely on `Ready`: https://github.com/kubernetes/kubernetes/issues/124914#issuecomment-2117090629 - - - > > Furthermore, you can not really use publishNotReadyAddresses in Headless...