Closed dlespiau closed 3 years ago
We propbably also want bootstrap to report kubectl & k8s versions.
Since we only support 1.6 onwards, we can close this I think?
We could support 1.4/1.5 somewhat easily. The manifests for most of what we deploy have a 1.4 version, it's just the launcher agent itself that doesn't have one.
@dlespiau Is it worth the effort of supporting those clusters? Think would useful to see how many users are actually still using the 1.4 clusters, and if it's a high %... WDYT?
We /should/ now have data on these install events in sentry, we should look at to see how often this occurs, and what versions hit out minimum version check!
I don't currently see any indication in sentry people are trying the installer on 1.4/1.5
Lets close this and reopen again if it becomes important?
At the moment the agent manifest will only work with kubernetes 1.6+, and until kubernetes supports migration objects api versions.
We could pass the k8s version to the agent URL and serve bespoke manifests. Maybe using ksonnet?