Docs: node-port-range should not overlap ephemeral

This commit is contained in:
Tim Hockin 2022-08-04 10:26:26 -07:00
parent c8edeab234
commit 5f59159bfc

View File

@ -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: