gardener / machine-controller-manager-provider-azure

This repository is the out of tree implementation of the machine driver for Azure cloud provider
Apache License 2.0
8 stars 27 forks source link

Disk image ref #154

Closed hebelsan closed 5 months ago

hebelsan commented 5 months ago

What this PR does / why we need it: Adds feature to attach dataDisks with imageReference

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer: It's not possible to create a dataDisk with imageReference afaik. Therefore we create a general Disk with the imageReference before creating the VM.

Release note: