-
Notifications
You must be signed in to change notification settings - Fork 86
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 KubeVirt add-on #28
Comments
I think more is needed on our side to make this work. For instance we would need to add an additional package/kernel module to the CentOS ISO, and likely also to B2D? Ref: kubernetes/minikube#1845 |
Is this still needed? kubevirt/kubevirt#732 |
Not if you run the commands manually. |
Using this KubeVirt seems to deploy correctly, but using this manifest to test it, I always get:
I'm using CentOS image for minishift, kvm and tun modules are loaded and my host has kvm_intel with nested virtualization enabled. Any ideas about what else could be missing? |
@fabiand ^^ ? what makes the decision if a node is supported/available? as it seems the scheduling decides this node is actually not usable... ? |
Version v0.7.0-alpha.2 works (thanks @karmab), seems related to kubevirt/kubevirt#1196. |
Can this be added as the default option in the addon and documentation?
…On Thu, Jul 12, 2018 at 4:22 PM, Sergi Jimenez ***@***.***> wrote:
Version v0.7.0-alpha.2 works (thanks @karmab <https://github.com/karmab>),
seems related to kubevirt/kubevirt#1196
<kubevirt/kubevirt#1196>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAHZl29WlG7EWvqSGaDUgu4i0StCMT_ks5uFwdMgaJpZM4PFgrq>
.
--
Gerard Braad | http://gbraad.nl
[ Doing Open Source Matters ]
|
@gbraad you mean setting KUBEVIRT_VERSION to v0.7.0-alpha.2 by default and a note to the readme? |
yep...
Tested to work with vXX.XXX. While other versions could work, they might
fail on OpenShift v3.10 due to issue: XXXX.
until this is resolved.
|
Sounds good to me! +1 And yes, there are some ripples/issues after we merged the DP work, and we should solve them until 0.8.0. In the meantime this workaround might work: $ oc create configmap -n kube-system kubevirt-config --from-literal debug.useEmulation=true But in my testing there was still an issue with tun devices ... So alpha2 sounds good. |
KubeVirt is a project to run Virtual Machines on Kubernetes and OpenShift.
KubeVirt can already be deployed on minikube, and a next step is to also get it running on OpenShift. it should then be provided as an add-on to minishift to make sure that it can be easily tested.
Things to be fixed
The text was updated successfully, but these errors were encountered: