Skip to content
forked from kubevirt/kubevirt

Kubernetes Virtualization API and runtime in order to define and manage virtual machines.

License

Notifications You must be signed in to change notification settings

qinqon/kubevirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeVirt

Hacking

First make sure you have govendor installed.

To install govendor in your $GOPATH/bin simply run

go get -u github.com/kardianos/govendor

If you don't have the $GOPATH/bin folder on your path, do

export PATH=$PATH:$GOPATH/bin

To build the whole project, type

make

To build all docker images type

make docker

It is also possible to target only specific modules. For instance to build only the virt-launcher, type

make build WAHT=virt-launcher

About

Kubernetes Virtualization API and runtime in order to define and manage virtual machines.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.8%
  • Python 4.5%
  • Shell 2.5%
  • Other 0.2%