Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-release-robot committed Aug 13, 2022
2 parents 7ba98ac + 132f297 commit bf3889a
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 bf3889a

Please sign in to comment.