mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Docs: node-port-range should not overlap ephemeral
This commit is contained in:
parent
c8edeab234
commit
5f59159bfc
@ -201,7 +201,7 @@ func (s *ServerRunOptions) Flags() (fss cliflag.NamedFlagSets) {
|
|||||||
"overlap with any IP ranges assigned to nodes or pods. Max of two dual-stack CIDRs is allowed.")
|
"overlap with any IP ranges assigned to nodes or pods. Max of two dual-stack CIDRs is allowed.")
|
||||||
|
|
||||||
fs.Var(&s.ServiceNodePortRange, "service-node-port-range", ""+
|
fs.Var(&s.ServiceNodePortRange, "service-node-port-range", ""+
|
||||||
"A port range to reserve for services with NodePort visibility. "+
|
"A port range to reserve for services with NodePort visibility. This must not overlap with the ephemeral port range on nodes. "+
|
||||||
"Example: '30000-32767'. Inclusive at both ends of the range.")
|
"Example: '30000-32767'. Inclusive at both ends of the range.")
|
||||||
|
|
||||||
// Kubelet related flags:
|
// Kubelet related flags:
|
||||||
|
Loading…
Reference in New Issue
Block a user