use k3s instead of minikube
This commit is contained in:
2
p2/Vagrantfile
vendored
2
p2/Vagrantfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user