-
Notifications
You must be signed in to change notification settings - Fork 150
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
Tuning ProvisionedIOPS for Extreme Persistent Disk #1159
Comments
If you use the latest version of pd csi driver which is 1.9.1, you can create pd-extreme with SC parameters to specify iops, here is an example yaml file. However after creation if you want to update the iops value to something else, currently you need to do that via PD apis directly. We are still working on updating iops in OSS k8s. Does this answer your question? |
Extreme PDs can only have their IOPS set at creation time anyway, so the storage class API in 1.9.1 should be enough. (it's also in 1.9.0, but 1.9.1 upgrades the base image to pick up some CVEs). |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/lifecycle stale |
/lifecycle frozen |
I'm developing a tool where the customer can specify the IOPS of an pd-extreme disk.
Are storage classes the only way to specify IOPS for a Volume? Can this is be passed somehow via a PVC?
I also try to set that value after the creation but seems not possible (the api does not support that feature).
Any tips/advice?
Do you know if this could be supported in the future?
The text was updated successfully, but these errors were encountered: