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

Update to v1.9.4 #15

Closed zioproto closed 6 years ago

zioproto commented 6 years ago

v1.9.4 is required to use Virtual Machines with IPv6 addresses. See https://github.com/kubernetes/kubernetes/pull/59868 for details.

zioproto commented 6 years ago

Not sure why the test fails with rake not found. Is the gate broken ?

ctrlaltdel commented 6 years ago

Yes, it seems that travis tries to use some default settings for ruby project when no .travis.yml file is present in the repo. This will be fixed as soon as #13 is merged :)

ctrlaltdel commented 6 years ago

I'm going to close this PR in favor of #16, because I haven't (yet) found a way to get travis-ci to test this PR with the secure environment variables required (OpenStack credentials).