7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/sh
|
|
|
|
# install k3s
|
|
curl -sfL https://get.k3s.io | sh -
|
|
|
|
kubectl apply -f /vagrant/confs/
|