Skip to content

Commit 0651f25

Browse files
author
Jim Ryan
authored
update helm flag in docs for enableWeightChangesDynamicReload (#5313)
* update helm flag in docs * add flag to installation-with-helm file
1 parent bd74c85 commit 0651f25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/nginx-ingress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
471471
|`controller.readOnlyRootFilesystem` | Configure root filesystem as read-only and add volumes for temporary data. Three major releases after 3.5.x this argument will be moved permanently to the `controller.securityContext` section. | false |
472472
|`controller.enableSSLDynamicReload` | Enable lazy loading for SSL Certificates. | true |
473473
|`controller.telemetryReporting.enable` | Enable telemetry reporting. | true |
474-
|`controller.enableDynamicWeightChangesReload` | Enable weight changes without reloading the NGINX configuration. May require increasing map_hash_bucket_size, map_hash_max_size, variable_hash_bucket_size, and variable_hash_max_size in the [ConfigMap](https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource/) if there are many two-way splits. Requires `controller.nginxplus` | false |
474+
|`controller.enableWeightChangesDynamicReload` | Enable weight changes without reloading the NGINX configuration. May require increasing `map_hash_bucket_size`, `map_hash_max_size`, `variable_hash_bucket_size`, and `variable_hash_max_size` in the [ConfigMap](https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource/) if there are many two-way splits. Requires `controller.nginxplus` | false |
475475
|`rbac.create` | Configures RBAC. | true |
476476
|`prometheus.create` | Expose NGINX or NGINX Plus metrics in the Prometheus format. | true |
477477
|`prometheus.port` | Configures the port to scrape the metrics. | 9113 |

docs/content/installation/installing-nic/installation-with-helm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
434434
| **controller.readOnlyRootFilesystem** | Configure root filesystem as read-only and add volumes for temporary data. Three major releases after 3.5.x this argument will be moved permanently to the `controller.securityContext` section. | false |
435435
| **controller.enableSSLDynamicReload** | Enable lazy loading for SSL Certificates. | true |
436436
| **controller.telemetryReporting.enable** | Enable telemetry reporting. | true |
437+
| **controller.enableWeightChangesDynamicReload** | Enable weight changes without reloading the NGINX configuration. May require increasing `map_hash_bucket_size`, `map_hash_max_size`, `variable_hash_bucket_size`, and `variable_hash_max_size` in the [ConfigMap](https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource/) if there are many two-way splits. Requires `controller.nginxplus` | false |
437438
| **rbac.create** | Configures RBAC. | true |
438439
| **prometheus.create** | Expose NGINX or NGINX Plus metrics in the Prometheus format. | true |
439440
| **prometheus.port** | Configures the port to scrape the metrics. | 9113 |

0 commit comments

Comments
 (0)