Setup Kubernetes

Goals

In this section we will configure the single node Kubernetes cluster to support persistent storage.

You can skip this section if you have an existing Kubernetes cluster with a dynamic volume provisioner.

Troubleshooting:

If you see an SSL error during vagrant up, please add the following to Vagrantfile after line 11.

config.vm.box_download_insecure = true

If you have an existing image that you were trying to download, you need to delete it. Go to the tutorial folder and do the following:

vagrant destroy

Add Virtual Box image using the USB box file.


vagrant box add --provider=virtualbox minikatib/tfworld package.box