Added first stable version

This commit is contained in:
2026-01-30 10:53:15 +01:00
parent d2a11c9d1d
commit c0db7aa046
2 changed files with 1 additions and 9 deletions

1
Vagrantfile vendored
View File

@@ -25,7 +25,6 @@ Vagrant.configure("2") do |config|
node.vm.box = "bento/ubuntu-24.04"
node.vm.hostname = "worker-node0#{i}"
node.vm.network "private_network", ip: IP_NW + "#{10 + i}"
node.vm.provision "shell", path: "k3s_worker.sh"
node.vm.provider "virtualbox" do |vb|
vb.memory = 1024 # 1GB per worker
vb.cpus = 1