Browse Source

docs: vagrant-libvirt is tested in CI (#10847)

pull/10862/head
Max Gautier 1 year ago
committed by GitHub
parent
commit
11c01ef600
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions
  1. 6
      docs/vagrant.md

6
docs/vagrant.md

@ -1,8 +1,8 @@
# Vagrant
Assuming you have Vagrant 2.0+ installed with virtualbox (it may work with libvirt/qemu or
vmware, but is untested) you should be able to launch a 3 node Kubernetes
cluster by simply running `vagrant up`.
Assuming you have Vagrant 2.0+ installed with virtualbox or libvirt/qemu
(vmware may work, but is untested) you should be able to launch a 3 node
Kubernetes cluster by simply running `vagrant up`.
This will spin up 3 VMs and install kubernetes on them.
Once they are completed you can connect to any of them by running `vagrant ssh k8s-[1..3]`.

Loading…
Cancel
Save