Skip to content

Commit

Permalink
Merge pull request #1713 from iamgd67/nginx-0.9.0-beta.16-dockfix
Browse files Browse the repository at this point in the history
add --report-node-internal-ip-address describe to cli-arguments.md
  • Loading branch information
aledbf authored Nov 16, 2017
2 parents cea1042 + 5f1655d commit e4c8488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-guide/cli-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Usage of :
--publish-service string Service fronting the ingress controllers. Takes the form
namespace/name. The controller will set the endpoint records on the
ingress objects to reflect those on the service.
--report-node-internal-ip-address bool Falg to report node internal IP address in ingress status (default false). If your
node only has internal ip, this should set to true, or thre controller will report empty ips to ingress.
use like --report-node-internal-ip-address=true. more detail at https://github.com/kubernetes/ingress-nginx/pull/1503
--sort-backends Defines if backends and it's endpoints should be sorted
--ssl-passtrough-proxy-port int Default port to use internally for SSL when SSL Passthgough is enabled (default 442)
--status-port int Indicates the TCP port to use for exposing the nginx status page (default 18080)
Expand Down

0 comments on commit e4c8488

Please sign in to comment.