Skip to content

Commit

Permalink
docs: vagrant-libvirt is tested in CI (kubernetes-sigs#10847)
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen authored and pedromcpedro committed May 8, 2024
1 parent b268f56 commit 2fc3f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/vagrant.md
Original file line number Diff line number Diff line change
@@ -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]`.
Expand Down

0 comments on commit 2fc3f75

Please sign in to comment.