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

Enable testing with travis-ci #14

Closed ctrlaltdel closed 6 years ago

ctrlaltdel commented 6 years ago

Closes #13

ctrlaltdel commented 6 years ago

@zioproto Do you know how if there's a way to tell kubernetes to delete routes it added to the neutron router before destroying the cluster?

I'm running into the following issue during cleanup: https://travis-ci.org/infraly/k8s-on-openstack/builds/353863454#L1423 and unfortunately ansible doesn't support managing these routes.

Edit: Nevermind, calling openstack router set --no-route seems to do the job.