kubevirt / kubevirt.github.io

KubeVirt website repo, documentation at https://kubevirt.io/user-guide/
https://kubevirt.io
MIT License
30 stars 115 forks source link

minikube addon is not working #681

Closed codificat closed 3 years ago

codificat commented 3 years ago

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug /kind enhancement

What happened:

I attempted a deploy of KubeVirt on minikube using the addon, following the steps in the minikube quickstart.

The addon was successfully enabled, but kubevirt was not actually deployed.

What you expected to happen:

KubeVirt actually deployed.

In case of a problem, maybe a clear way to show that something went wrong?

Anything else we need to know?:

URL where the problem can be found ... If the issue is with a lab, please provide information about your environment, platform, versions, ...

This was run on a Fedora 33 system:

$ minikube start
😄  minikube v1.16.0 on Fedora 33
✨  Automatically selected the kvm2 driver
👍  Starting control plane node minikube in cluster minikube
🔥  Creating kvm2 VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
🐳  Preparing Kubernetes v1.20.0 on Docker 20.10.0 ...
    ▪ Generating certificates and keys ...
    ▪ Booting up control plane ...
    ▪ Configuring RBAC rules ...
🔎  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass
🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default

$ minikube addons enable kubevirt
🌟  The 'kubevirt' addon is enabled

$ kubectl get pod -A
NAMESPACE     NAME                               READY   STATUS    RESTARTS   AGE
kube-system   coredns-74ff55c5b-s2lbt            1/1     Running   0          3m59s
kube-system   etcd-minikube                      1/1     Running   0          4m9s
kube-system   kube-apiserver-minikube            1/1     Running   0          4m9s
kube-system   kube-controller-manager-minikube   1/1     Running   0          4m9s
kube-system   kube-proxy-v77n6                   1/1     Running   0          3m59s
kube-system   kube-scheduler-minikube            1/1     Running   0          4m9s
kube-system   kubevirt-install-manager           1/1     Running   0          3m40s
kube-system   storage-provisioner                1/1     Running   0          4m14s

$ kubectl logs -n kube-system kubevirt-install-manager 

error: the path "/manifests/kubevirt-base.yaml" does not exist
error: the path "/manifests/kubevirt.yaml" does not exist
codificat commented 3 years ago

@mazzystr can you take a look?

codificat commented 3 years ago

this is working now /close

kubevirt-bot commented 3 years ago

@codificat: Closing this issue.

In response to [this](https://github.com/kubevirt/kubevirt.github.io/issues/681#issuecomment-769728413): >this is working now >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.