Skip to content

Commit 6b7e56d

Browse files
authored
Merge pull request #2231 from fluxcd/badgergc-flags
Add image-reflector-controller flag for BadgerDB GC
2 parents 26c3e8d + f1abfea commit 6b7e56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/flux/components/image/options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ please see the [bootstrap customization guide](/flux/installation/configuration/
5252
| `--default-service-account` | string | Default service account used for impersonation. |
5353
| `--enable-leader-election` | boolean | Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager. |
5454
| `--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) |
5556
| `--health-addr` | string | The address the health endpoint binds to. (default ":9440") |
5657
| `--leader-election-lease-duration` | duration | Interval at which non-leader candidates will wait to force acquire leadership (duration string). (default 35s) |
5758
| `--leader-election-release-on-cancel` | boolean | Defines if the leader should step down voluntarily on controller manager shutdown. (default true) |

0 commit comments

Comments
 (0)