Install k8s cluster just using vagrant up
- Make sure
privateIP
inVagrantfile
is available. - Make sure
privateIP
inVagrantfile
is equal toclusterIPPrefix
ininstall.bash
.
- Modify
netIF
andclusterIPPrefix
if not correct. - Modify
clusterName
and other const variables if you want.
- Execute
vagrant up
.