xetys / hetzner-kube

A CLI tool for provisioning kubernetes clusters on Hetzner Cloud
Apache License 2.0
743 stars 117 forks source link

Make sure Kubernetes version is the same #310

Closed MattiasGees closed 4 years ago

MattiasGees commented 4 years ago

This makes sure that the Kubernetes version is the same everywhere. This is a quick POC at the moment.

@xetys what do you think about this idea? Should we also make the Kubernetes version configurable by a CLI flag?

This fixes #306