Install: Details
This section provides step-by-step instructions for installing kubevirt-manager nightly version manually, giving you full control over the resources being deployed.
Note: You can check and edit each yaml file according to your needs.
Clone the Repo
git clone https://github.com/kubevirt-manager/kubevirt-manager.git
git checkout v1.5.3
Create the Namespace
kubectl apply -f kubernetes/ns.yaml
Create the Custom Resource Definition
kubectl apply -f kubernetes/crd.yaml
Create the Service Account and RBAC
kubectl apply -f kubernetes/rbac.yaml
Create the Priority Classes
kubectl apply -f kubernetes/pc.yaml
Create the FrontEnd Deployment
kubectl apply -f kubernetes/deployment.yaml
Create the FrontEnd Service
kubectl apply -f kubernetes/service.yaml
Check if kubevirt-manager is running
kubectl get pods -n kubevirt-manager -o wide
Check kubevirt-manager service
kubectl get svc -n kubevirt-manager -o wide