Add publish-status-address flag (#2148)

* Add publish-status-address flag

If this flag is set, status of ingress resources will be updated
with this address.

* Address aledbf's comment
This commit is contained in:
Qiu Jian 2018-02-27 11:02:19 +08:00 committed by Manuel Alejandro de Brito Fontes
parent 3c67976969
commit 56036ddc57
6 changed files with 40 additions and 3 deletions

View file

@ -73,7 +73,8 @@ type Configuration struct {
DefaultSSLCertificate string
// optional
PublishService string
PublishService string
PublishStatusAddress string
UpdateStatus bool
UseNodeInternalIP bool