File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ to specify IP address ranges that kube-proxy should consider as local to this no
637
637
For example, if you start kube-proxy with the `--nodeport-addresses=127.0.0.0/8` flag,
638
638
kube-proxy only selects the loopback interface for NodePort Services.
639
639
The default for `--nodeport-addresses` is an empty list.
640
- his means that kube-proxy should consider all available network interfaces for NodePort.
640
+ This means that kube-proxy should consider all available network interfaces for NodePort.
641
641
(That's also compatible with earlier Kubernetes releases).
642
642
643
643
If you want a specific port number, you can specify a value in the `nodePort`
You can’t perform that action at this time.
0 commit comments