Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parametrize and Expose Azure disks IOPs and Throughput #857

Open
i033653 opened this issue May 8, 2024 · 0 comments
Open

Parametrize and Expose Azure disks IOPs and Throughput #857

i033653 opened this issue May 8, 2024 · 0 comments
Labels
area/storage Storage related kind/enhancement Enhancement, improvement, extension platform/azure Microsoft Azure platform/infrastructure

Comments

@i033653
Copy link

i033653 commented May 8, 2024

/area storage

/kind enhancement
/platform azure

What would you like to be added:
Expose Azure disks IOPs and Throughput

Why is this needed:
The default values are exceeded. this causes the disk operations queue size to be increased and as a result slow performance.
Based on this https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types, Azure allows up to 750 MB/s and 6,000 IOPS for Standard SSD disks.
Standard SSD disks in Azure are created with default values (e.g. 500 IOPs and 100 MB/s.)
Please expose as it was done for AWS gp3 disks
providerConfig:
volume:
iops: 6000
throughput: 200
volume:
type: gp3
size: 200Gi

@gardener-robot gardener-robot added area/storage Storage related kind/enhancement Enhancement, improvement, extension platform/azure Microsoft Azure platform/infrastructure labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage Storage related kind/enhancement Enhancement, improvement, extension platform/azure Microsoft Azure platform/infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants