Add Vagrant installation instructions and create guide for local Vagrant K3s cluster setup

- Updated dev-env.md with instructions for installing Vagrant and VirtualBox, including example commands for macOS and Ubuntu/Debian.
- Added new guide local-vagrant-cluster.md detailing the steps to create a local K3s cluster using Vagrant, including repository cloning, script usage, and cluster verification.
This commit is contained in:
jon brookes 2025-08-16 17:16:40 +01:00
parent 666a4e4eda
commit 467a11a2c1
4 changed files with 4425 additions and 0 deletions

View file

@ -32,6 +32,7 @@ export default defineConfig({
{ label: 'Local Dev Environment', slug: 'guides/dev-env' },
{ label: 'Create a Local K3d Instance', slug: 'guides/local-k3d' },
{ label: 'Initial Pipeline Run', slug: 'guides/infctl-first-run' },
{ label: 'Create a vagrant 3 node cluster', slug: 'guides/local-vagrant-cluster' },
],
},
{