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