mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 19:07:43 -02:30
docs: vagrant-libvirt is tested in CI (#10847)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Vagrant
|
# Vagrant
|
||||||
|
|
||||||
Assuming you have Vagrant 2.0+ installed with virtualbox (it may work with libvirt/qemu or
|
Assuming you have Vagrant 2.0+ installed with virtualbox or libvirt/qemu
|
||||||
vmware, but is untested) you should be able to launch a 3 node Kubernetes
|
(vmware may work, but is untested) you should be able to launch a 3 node
|
||||||
cluster by simply running `vagrant up`.
|
Kubernetes cluster by simply running `vagrant up`.
|
||||||
|
|
||||||
This will spin up 3 VMs and install kubernetes on them.
|
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]`.
|
Once they are completed you can connect to any of them by running `vagrant ssh k8s-[1..3]`.
|
||||||
|
|||||||
Reference in New Issue
Block a user