Merge pull request #1713 from iamgd67/nginx-0.9.0-beta.16-dockfix
add --report-node-internal-ip-address describe to cli-arguments.md
This commit is contained in:
commit
e4c8488d68
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ Usage of :
|
||||||
--publish-service string Service fronting the ingress controllers. Takes the form
|
--publish-service string Service fronting the ingress controllers. Takes the form
|
||||||
namespace/name. The controller will set the endpoint records on the
|
namespace/name. The controller will set the endpoint records on the
|
||||||
ingress objects to reflect those on the service.
|
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
|
--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)
|
--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)
|
--status-port int Indicates the TCP port to use for exposing the nginx status page (default 18080)
|
||||||
|
|
Loading…
Reference in a new issue