weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Reuse CircleCI minikube setup code for integration and healthchecks #69

Closed aaron7 closed 6 years ago

aaron7 commented 6 years ago

Running in script causes connection problems to the k8s server.

dlespiau commented 6 years ago

We could at least use YAML's &, <<, * to not have to copy/paste the thing. We could even compose several of them to tweak the minikube version

<<: [ install_minikube, minikube_0_25 ]
leth commented 6 years ago

Fixed in https://github.com/weaveworks/launcher/pull/130