kubernetes/cmd/kube-proxy
Dan Winship c85083589c Clarify hostname vs node name in kube-proxy
Various parts of kube-proxy passed around a "hostname", but it is
actually the name of the *node* kube-proxy is running on, which is not
100% guaranteed to be exactly the same as the hostname. Rename it
everywhere to make it clearer that (a) it is definitely safe to use
that name to refer to the Node, (b) it is not necessarily safe to use
that name with DNS, etc.
2025-03-19 08:46:15 -04:00
..
app Clarify hostname vs node name in kube-proxy 2025-03-19 08:46:15 -04:00
OWNERS Add more labels (esp. area/kube-proxy) to sig-network OWNERS 2023-03-18 11:29:38 -04:00
proxy.go add flag 'logging-format' to kube-proxy 2023-07-13 14:33:33 +08:00