How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "surajit-code/Cent7K8sBase"
config.vm.box_version = "1.2"
end
vagrant init surajit-code/Cent7K8sBase \
--box-version 1.2
vagrant up
This version was created about 3 years ago.
A sample k8s sandbox with docker runtime and flannel and multus cni with MetalLB as a preinstalled LoadBalancer.