weaveworks / launcher

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

Validate that the k8s version is 1.6+ #162

Closed dlespiau closed 6 years ago

dlespiau commented 6 years ago

At the moment we can't install on k8s clusters older than (and including) 1.5. We should at least check the api server version and bail out with an error message if that's the case.

Note: the backend service the manifests support older versions, but the launcher-agent manifest will only work with 1.6+ with RBAC. That's the one that would need changing, see: https://github.com/weaveworks/launcher/issues/101