piraeusdatastore/helm-charts

Missing enable-distributed-snapshotting support

aonnikov opened this issue · 3 comments

External Snapshotter v5.0.0 introduces an ability to create "distributed" snapshots. These are snapshots of volumes that are bound to a specific node. The feature is enabled by adding enable-distributed-snapshotting arg to the external snapshotter container.

We could probably just use a free-form arguments dictionary for the snapshot-controller.

Yeah, it could be a free-form arguments dictionary that defaults to the current arguments dict (leader election config).

Included in the latest release. Use --set args.enableDistributedSnapshotting=true.