infraly / k8s-on-openstack

An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Apache License 2.0
112 stars 48 forks source link

Add volume support for nodes #38

Closed emonty closed 5 years ago

emonty commented 5 years ago

Some clouds only offer boot-from-volume. To support those clouds, add support for boot-from-volume.

Also, some workloads, such as running ceph in kubernetes using rook, want an extra data volume on the node itself. Add some config options for creating an extra unmounted data volume for each node, that default to off.

ctrlaltdel commented 5 years ago

Looks good, thanks for the contribution!