use k3s instead of minikube

This commit is contained in:
2025-04-21 07:56:42 -04:00
parent 57dcfd28ad
commit a0c01790cf
5 changed files with 7 additions and 59 deletions

2
p2/Vagrantfile vendored
View File

@ -9,6 +9,6 @@ Vagrant.configure("2") do |config|
lv.cpus = "8"
lv.memory = "10240"
end
server.vm.provision "shell", path: "scripts/minikube.sh"
server.vm.provision "shell", path: "scripts/k3s.sh"
end
end