From 631edb30d9f7437e5b4cb91ff6d606fa6f0cf2e3 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sat, 2 Jun 2018 17:34:49 -0400 Subject: [PATCH] Update documentation for sort-backends flag --- cmd/nginx/flags.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/nginx/flags.go b/cmd/nginx/flags.go index 79217778d..80a806013 100644 --- a/cmd/nginx/flags.go +++ b/cmd/nginx/flags.go @@ -101,8 +101,7 @@ func parseFlags() (bool, *controller.Configuration, error) { ingress controller should update the Ingress status IP/hostname when the controller is being stopped. Default is true`) - sortBackends = flags.Bool("sort-backends", false, - `Defines if backends and its endpoints should be sorted`) + sortBackends = flags.Bool("sort-backends", false, `Defines if servers inside NGINX upstream should be sorted`) useNodeInternalIP = flags.Bool("report-node-internal-ip-address", false, `Defines if the nodes IP address to be returned in the ingress status should be the internal instead of the external IP address`)