Closed chunji08 closed 4 years ago
For those who have the similar issue as I had reported above, here is the solution I have found.
After the vagrant has been installed, run this command:
vagrant plugin install vagrant-disksize
In your Vagrantfile file, adding such line to customize the storage size:
config.disksize.size = "20GB"
...
solved by myself.
Hi there, I have followed your instruction to successfully set-up a cluster on my Mac. But when I was to following the instruction on this page https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/docs/16-e2e-tests.md
to try the certification test suite session as this,
it is running out of space on master-1.
So the question is, What is the command to add extra space on "master-1"
Thanks
Chun