Missing enable-distributed-snapshotting support
aonnikov opened this issue · 3 comments
aonnikov commented
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.
WanzenBug commented
We could probably just use a free-form arguments dictionary for the snapshot-controller.
aonnikov commented
Yeah, it could be a free-form arguments dictionary that defaults to the current arguments dict (leader election config).
WanzenBug commented
Included in the latest release. Use --set args.enableDistributedSnapshotting=true
.