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

Test with the latest CloudHypervisor version #855

Open
richardcase opened this issue Jul 9, 2024 · 1 comment · May be fixed by #959
Open

Test with the latest CloudHypervisor version #855

richardcase opened this issue Jul 9, 2024 · 1 comment · May be fixed by #959
Assignees
Labels
kind/feature New feature or request
Milestone

Comments

@richardcase
Copy link
Member

Describe the solution you'd like:
Test with the latest version of Cloud Hypervisor.

Why do you want this feature:

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

@richardcase richardcase added the kind/feature New feature or request label Jul 9, 2024
@richardcase richardcase added this to the v0.7.0 milestone Jul 9, 2024
@richardcase richardcase self-assigned this Oct 1, 2024
@richardcase
Copy link
Member Author

Testing with Cloud Hypervisor v41.0 and was able to create a vm doing the following:

Started Flintlock (on main) using these args:

flintlockd run --cloudhypervisor-bin /home/richard/.local/bin/cloud-hypervisor-static \ 
                       --default-provider cloudhypervisor \
                        --bridge-name virbr1 \
                        --insecure \
                        --containerd-socket /run/containerd-flintlock/containerd.sock"

And then created a vm using fl (from main):

fl microvm create --name test1 \
                --host localhost:9090 \
                --network-interface eth1:tap \
                --kernel-image ghcr.io/liquidmetal-dev/cloudhypervisor-kernel:6.2 \
                --kernel-filename boot/vmlinux.bin \
                --root-image ghcr.io/liquidmetal-dev/ubuntu-ch:22.04 \
                --metadata-ssh-key-file /home/richard/.ssh/id_rsa_personal_yubikey.pub \
                --metadata-hostname node1

@richardcase richardcase linked a pull request Oct 8, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant