How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "shenyuchao/centos7-k8s"
config.vm.box_version = "1.0.0"
end
vagrant init shenyuchao/centos7-k8s \
--box-version 1.0.0
vagrant up
This version was created 9 months ago.
阿里yum源、内核升级4.9.x、内核参数优化、禁用防火墙、禁用swap等