You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
jdef
changed the title
proxy server consumes ports that have not been properly allocated from the resource offer
proxy server in userspace mode consumes ports that have not been properly allocated from the resource offer
Feb 21, 2016
this issue does not refer to the node ports support kube-proxy, but instead to the allocation scheme implemented by the userspace proxy module in kube-proxy. see discussion in #791
proxy listens on random ports:
https://github.com/GoogleCloudPlatform/kubernetes/blob/release-0.14/pkg/proxy/proxier.go#L497
we probably want to introduce a port allocator interface:
and update the proxy to use it. Probably two initial implementations:
The text was updated successfully, but these errors were encountered: