Skip to content

Commit

Permalink
Merge pull request kubernetes#111697 from thockin/master
Browse files Browse the repository at this point in the history
Docs: node-port-range should not overlap ephemeral
  • Loading branch information
k8s-ci-robot committed Aug 12, 2022
2 parents 7b1b801 + 5f59159 commit 132f297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-apiserver/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

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.")

// Kubelet related flags:
Expand Down

0 comments on commit 132f297

Please sign in to comment.