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 support for octavia #40

Closed emonty closed 5 years ago

emonty commented 5 years ago

If the cloud uses octavia and not neutron lbaas, you need a flag in cloud-config.

The k8s docs indicate that use-octavia will fall back to looking for neutron-lbaas if it can't find octavia - maybe it would not be a terrible idea to just default it to true?