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

More support for external volumes #44

Closed emonty closed 5 years ago

emonty commented 5 years ago

The original PR was busted due to one of the tasks being applied to the wrong file- and a stray -. I had fixed them on my laptop and thought I'd pushed up the fix to GH, but clearly I was wrong about that. Sorry.

This one has run against my k8s deploy successfully now.

This also exposes two settings needed in some cases - being able to set the API version for cinder, and being able to set the ignore_volume_az flag. (it has been suggested to just always set that flag to true - but leaving it unset is working for me on the single-az cloud I'm using.