Skip to content

dmotte/vagrant-k3sbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-k3sbox

GitHub main workflow Vagrant Cloud

📦 Debian Vagrant box with K3s configured as a single-node, installed using the official Bash script.

📦 This box is also on Vagrant Cloud as dmotte/k3sbox.

Usage

See https://github.com/dmotte/misc/blob/main/examples/vagrant-ansible-provisioner for inspiration on how you could use this box.

If you want to install Helm inside the VM:

config.vm.provision "shell", inline: <<-SHELL
    bash <(curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
SHELL