Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Last active September 17, 2018 15:18
Show Gist options
  • Select an option

  • Save yuvalif/7b4b2f4317464e0ed30c4d91e731a30e to your computer and use it in GitHub Desktop.

Select an option

Save yuvalif/7b4b2f4317464e0ed30c4d91e731a30e to your computer and use it in GitHub Desktop.
dnf -y install git
dnf -y install rsync
dnf -y install make
dnf -y install docker
systemctl start docker
systemctl enable docker
git clone https://github.com/kubevirt/kubevirt.git
# you may need to run this before the build: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
# where eth0 should be replaced with whatever is on that machine
# do that if the containers fail to fetch the software they need when running "make"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment