Closed travisn closed 7 years ago
Hey - Thanks for your help with this. I'm closing this PR because this repo is not in alignment with current versions of Kubernetes, and is no longer active. The CoreOS Kubernetes documentation has been moved to https://github.com/coreos/tectonic-docs, where it will be published and updated.
Enable creation of storage devices in the vagrant environment so storage can be mounted by pods running in the cluster. By default no storage devices will be created. To create devices, the value of disks_per_node must be set to non-zero. For example, this will create two per node. By default the size of each is 5GB. $disks_per_node=2 $disk_size = 5