How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/k8s"
config.vm.box_version = "1.8.2.20151002"
end
vagrant init williamyeh/k8s \
--box-version 1.8.2.20151002
vagrant up
This version was created about 8 years ago.
Rewrite with Packer.
Change base OS from Ubuntu to Debian.