enable dynamic backend configuration by default
This commit is contained in:
parent
d26357734e
commit
8a67ace5c3
6 changed files with 10 additions and 10 deletions
|
|
@ -143,7 +143,7 @@ extension for this to succeed.`)
|
|||
`Customized address to set as the load-balancer status of Ingress objects this controller satisfies.
|
||||
Requires the update-status parameter.`)
|
||||
|
||||
dynamicConfigurationEnabled = flags.Bool("enable-dynamic-configuration", false,
|
||||
dynamicConfigurationEnabled = flags.Bool("enable-dynamic-configuration", true,
|
||||
`Dynamically refresh backends on topology changes instead of reloading NGINX.
|
||||
Feature backed by OpenResty Lua libraries.`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue