use k3s instead of minikube
This commit is contained in:
6
p2/scripts/k3s.sh
Normal file
6
p2/scripts/k3s.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# install k3s
|
||||
curl -sfL https://get.k3s.io | sh -
|
||||
|
||||
kubectl apply -f /vagrant/confs/
|
Reference in New Issue
Block a user