You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
565 B

  1. # vagrant docker image
  2. This image is used for the vagrant CI jobs. It is using the libvirt driver.
  3. ## Usage
  4. ```console
  5. $ docker run --net host --rm -it -v /var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock quay.io/kubespray/vagrant
  6. $ vagrant up
  7. Bringing machine 'k8s-1' up with 'libvirt' provider...
  8. Bringing machine 'k8s-2' up with 'libvirt' provider...
  9. Bringing machine 'k8s-3' up with 'libvirt' provider...
  10. [...]
  11. ```
  12. ## Cache
  13. You can set `/root/kubespray_cache` as a volume to keep cache between runs.
  14. ## Building
  15. ```shell
  16. ./build.sh v2.12.5
  17. ```