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: content/en/flux/components/image/options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ please see the [bootstrap customization guide](/flux/installation/configuration/
52
52
|`--default-service-account`| string | Default service account used for impersonation. |
53
53
|`--enable-leader-election`| boolean | Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager. |
54
54
|`--events-addr`| string | The address of the events receiver. |
55
+
|`--gc-interval`| int | The interval in number of minutes at which the garbage collector will run for the tags database. Zero disables GC. (default 10) |
55
56
|`--health-addr`| string | The address the health endpoint binds to. (default ":9440") |
56
57
|`--leader-election-lease-duration`| duration | Interval at which non-leader candidates will wait to force acquire leadership (duration string). (default 35s) |
57
58
|`--leader-election-release-on-cancel`| boolean | Defines if the leader should step down voluntarily on controller manager shutdown. (default true) |
0 commit comments