feat: Implement distributed snapshotting
This commit is contained in:
@@ -107,6 +107,9 @@ const (
|
||||
// VolumeSnapshotInvalidLabel is applied to invalid snapshot as a label key. The value does not matter.
|
||||
// See https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/177-volume-snapshot/tighten-validation-webhook-crd.md#automatic-labelling-of-invalid-objects
|
||||
VolumeSnapshotInvalidLabel = "snapshot.storage.kubernetes.io/invalid-snapshot-resource"
|
||||
// VolumeSnapshotContentManagedByLabel is applied by the snapshot controller to the VolumeSnapshotContent object in case distributed snapshotting is enabled.
|
||||
// The value contains the name of the node that handles the snapshot for the volume local to that node.
|
||||
VolumeSnapshotContentManagedByLabel = "snapshot.storage.kubernetes.io/managed-by"
|
||||
)
|
||||
|
||||
var SnapshotterSecretParams = secretParamsMap{
|
||||
|
Reference in New Issue
Block a user