You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/controller.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -549,7 +549,7 @@ Example:
549
549
550
550
### `--sync-period`
551
551
552
-
The interval at which the controller syncs its configuration with updated Kubernetes objects.
552
+
The interval at which the controller syncs its configuration with updated Kubernetes objects. In the case where the ingress controller is reloading too frequently, a higher value may be required. Note, if using helm charts you must also adjust the `startupProbe`'s `initialDelaySeconds` value. Its value must be higher than the `--sync-period` value.
553
553
554
554
Possible values:
555
555
@@ -791,7 +791,7 @@ Example:
791
791
792
792
```yaml
793
793
args:
794
-
- --quic-bind-port=4443
794
+
- --quic-bind-port=4443
795
795
```
796
796
797
797
<p align='right'><a href='#haproxy-kubernetes-ingress-controller'>:arrow_up_small: back to top</a></p>
description: The interval at which the controller syncs its configuration with updated Kubernetes objects.
282
+
description: The interval at which the controller syncs its configuration with updated Kubernetes objects. In the case where the ingress controller is reloading too frequently, a higher value may be required. Note, if using helm charts you must also adjust the `startupProbe`'s `initialDelaySeconds` value. Its value must be higher than the `--sync-period` value.
283
283
values:
284
284
- An integer with unit of time (1s = 1 second, 1m = 1 minute, 1h = 1 hour); Defaults to 5s
0 commit comments