-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Openstack block device mapping support #7486
Comments
for me this sounds okay, feel free to make PR and verify it in your environment. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1. Describe IN DETAIL the feature/behavior/change you would like to see.
In our openstack installation we can't have flavours with root disk. The root disk is defined by the image at the time of creation of the instance and is mounted at the root at the time of creation. To support that in kops we can include the
block_device_mapping_v2
options when creating an instance.2. Feel free to provide a design supporting your feature request.
As an initial iteration we can have it as an on/off option on the instance group definitions. The options for the values needed by the
block_device_mapping_v2
can be gathered from the image.volume_size
as a proof we can default it to the minimum size defined by the image and add it as an option later on.I would add the option on the instance group as follows.
The text was updated successfully, but these errors were encountered: