cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

E2E: remove azure-disk exception once volume expansion is supported

Open pebrc opened this issue 4 years ago • 1 comments

https://github.com/elastic/cloud-on-k8s/pull/4905 introduces and explicit exception for azure-disk as volumes provisioned by it cannot be expanded while attached to a VM despite the storage class advertising it.

We should remove that exception once the issue is fixed in Azure https://github.com/Azure/AKS/issues/1477

pebrc avatar Oct 01 '21 07:10 pebrc

It looks like this feature needs to be turned on explicitly though: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks#expand-an-azure-managed-disk

pebrc avatar Jun 08 '22 08:06 pebrc