pires / kubernetes-vagrant-coreos-cluster

Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Apache License 2.0
597 stars 205 forks source link

Option to add second disk to worker nodes #306

Open grdnrio opened 6 years ago

grdnrio commented 6 years ago

More of a feature request than an issue. I've been trying to get this working myself but I'm very new to Vagrant. Essentially I'd like to able to mount a second disk at /dev/sdb or something similar for use with a storage orchestration tool such as Portworx.

Any guidance you can offer so I can try and get this working? If not any chance it can go on the backlog? :smirk:

pires commented 6 years ago

Can you describe further what you are looking to achieve?

grdnrio commented 6 years ago

Hey, yes I'm looking to add at least one unused block storage device to each node. At the moment I do this manually through VirtualBox, but I'd prefer to have the option to specify this in the Vagrantfile. For example mount point, disk capacity, format etc.

Then I'd use this additional storage to test tools such as StorageOS and Portworx. Both of these tools will automatically pool block storage to be used for cluster wide persistent volumes for database workloads.