Install containerd and kubeadm
This commit is contained in:
		
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
									
									
									
									
										Normal 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 | ||||
		Reference in New Issue
	
	Block a user