-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add additional VM configuration options #36
Add additional VM configuration options #36
Comments
/cc @mfranczy Feel free to add your ideas and comments |
Overall we should support:
|
/assign @mfranczy |
@stoyanr @moadqassem we have to discuss how we want to support requests and limits in terms of specified resources. Currently in a |
@stoyanr I removed support for The only left things are disks performance settings and validator which I am working on now. |
Currently it's already possible to specify essential VM parameters such as CPUs, memory, disk size, and storage class for the VM disk. We should be able to specify also additional VM parameters, usually for an enhanced VM performance. These could include, among others:
We should discuss what additional parameters should be added, and how should they be configured. The options are:
spec.providerConfig
section of the cloud profile, if to configure machine types shared between multiple shootsprovider.workers[n].providerConfig
section of the shoot resource, to configure individual shoots./area performance
/kind enhancement
/priority normal
/platform kubevirt
The text was updated successfully, but these errors were encountered: