Address aledbf's comment

This commit is contained in:
Jian Qiu 2018-02-27 10:07:52 +08:00
parent e3a1a70818
commit 4f6664d2a3
2 changed files with 3 additions and 3 deletions

View file

@ -129,7 +129,7 @@ func parseFlags() (bool, *controller.Configuration, error) {
`Define the sync frequency upper limit`)
publishStatusAddress = flags.String("publish-status-address", "",
`Address to expose the ingress controllers. The controller will set the
`User customized address to be set in the status of ingress resources. The controller will set the
endpoint records on the ingress using this address.`)
)

View file

@ -34,8 +34,8 @@ Usage of :
--profiling Enable profiling via web interface host:port/debug/pprof/ (default true)
--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.
--publish-status-address string Address to expose the ingress controllers. The controller will set the
endpoint records on the ingress using this address.
--publish-status-address string User customized address to be set in the status of ingress resources.
The controller will set the endpoint records on the ingress using this address.
--report-node-internal-ip-address Defines if the nodes IP address to be returned in the ingress status should be the internal instead of the external IP address
--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)