From 11c01ef600d6866316e49a879afec686b27eda40 Mon Sep 17 00:00:00 2001 From: Max Gautier <mg@max.gautier.name> Date: Wed, 31 Jan 2024 14:13:17 +0100 Subject: [PATCH] docs: vagrant-libvirt is tested in CI (#10847) --- docs/vagrant.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/vagrant.md b/docs/vagrant.md index e331c5112..7d4fd1280 100644 --- a/docs/vagrant.md +++ b/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]`. -- GitLab