gardener / gardener-extension-provider-aws

Gardener extension controller for the AWS cloud provider (https://aws.amazon.com).
https://gardener.cloud
Apache License 2.0
19 stars 97 forks source link

Trigger rolling-update when snapshotID in the dataVolume is updated. #208

Open hardikdr opened 4 years ago

hardikdr commented 4 years ago

How to categorize this issue?

/area usability /kind enhancement /priority normal /platform aws

What would you like to be added: The extension allows users to configure multiple volumes/disks to the machine while bootstrapping, and also allows to have disks created from the snapshot via Workers.ProviderConfig.DataVolumes.SnapshotID.

An operating system like MemoryOne expects the snapshot to be backed by the secondary-operating-system.. Considering which, it would be nice to trigger the rolling-update when snapshotID is updated.

Why is this needed: For proper roll-out of the secondary/host-os backing the snapshots.

hardikdr commented 4 years ago

cc @rfranzke