Install containerd and kubeadm

This commit is contained in:
2022-11-12 02:38:39 -05:00
commit d4fe1f6667
7 changed files with 178 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
./scripts/vagrant-ips.sh | tee -a ./vagrantup.log
vagrant rsync | tee -a ./vagrantup.log
vagrant provision --no-color | tee -a ./vagrantup.log
clean:
vagrant destroy -f --no-color
rm -rf .vagrant .k8s-ips *.log