-
Notifications
You must be signed in to change notification settings - Fork 45
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 support to use pre-built pod VM image for Azure #460
Conversation
This commit fixes shellcheck warnigns related to quotes, variable misspelling etc Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, added few comments
f96c565
to
ba9f985
Compare
Allows creating image version from pre-built qcow2/raw/vhd image. The pre-built image is available in a container image and the details needs to be specified in PODVM_IMAGE_URI in azure-podvm-image-cm.yaml. Azure accepts 1MB aligned VHD image only, so a qcow2 or raw will be converted to the same before uploading. qemu-img is used for the conversion. eg: oci::quay.io/openshift_sandboxed_containers/azure-podvm-image:latest::/image/podvm.vhd oci::quay.io/openshift_sandboxed_containers/azure-podvm-image:latest::/podvm.qcow2 Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com> podvm-builder: Add qemu-img package qemu-img will be used to verify the pre-built image as well as convert it to different format as needed Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
@bpradipt: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!, added one question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks @bpradipt
No description provided.