-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 a KubeVirt add-on #2178
Comments
I think this sounds reasonable. |
This patch introduces KubeVirt as an add-on. Fixes: kubernetes#2178 Signed-off-by: Fabian Deutsch <[email protected]>
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. |
We'll pick this up shortly again. |
/remove-lifecycle stale |
@gbraad you know - the cool thing is - kubevirt is cloud-native (we love this term, do we?) ;) All dependencies - except for certain kernel features - are delivered as containers, including libvirt. |
Whoops, thought this was the Minishift repo... (changing messages) All dependencies are available in the minikube ISO |
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. |
/remove-lifecycle stale /cc @scollier this is something we can now just do. everything is ready. |
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. |
KubeVirt now has an operator which should ease deployment and removal: /reopen |
@fabiand: Reopened 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. |
Anyone interested in creating an addon for this? PR's welcome! Documentation: https://minikube.sigs.k8s.io/docs/contributing/addons/ |
Nice to see the documentation. I'll ask around if there is a volunteer |
This is still an issue. Help wanted! |
Yes. Today it's much simpler than a year ago. However, we need somebody to
write the basic plugin. volunteers are welcome.
|
This is still an outstanding issue. |
/assign |
KubeVirt provides adds a virtualization API to Kubernetes in order to launch regular virtual machines.
This request is about adding KubeVirt as an add-on to minikube, based on the work in kubevirt/kubevirt#562.
Once this PR is merged, we can import manifests from the official releases in order to deploy KubeVirt in minikube.
The text was updated successfully, but these errors were encountered: