Skip to content

Commit

Permalink
sync: squashed up to merge cc7cea74ae668cd401d99cc472569605cb640517 i…
Browse files Browse the repository at this point in the history
…n b3099bcf532bc470ff7075e93025b8741da09be4
  • Loading branch information
steveperry-53 authored and k8s-publishing-bot committed Mar 1, 2018
1 parent 51b35f0 commit 1c3e76b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/server/options/serving.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
}

fs.IPVar(&s.BindAddress, "bind-address", s.BindAddress, ""+
"The IP address on which to listen for the --secure-port port. If blank, all interfaces will be used (0.0.0.0).")

"The IP address on which to listen for the --secure-port port. The "+
"associated interface(s) must be reachable by the rest of the cluster, and by CLI/web "+
"clients. If blank, all interfaces will be used (0.0.0.0 for all IPv4 interfaces and :: for all IPv6 interfaces).")
fs.IntVar(&s.BindPort, "secure-port", s.BindPort, ""+
"The port on which to serve HTTPS with authentication and authorization. If 0, "+
"don't serve HTTPS at all.")
Expand Down

0 comments on commit 1c3e76b

Please sign in to comment.