xetys / hetzner-kube

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

Kubernetes dashboard addon needs to be updated to 2.0 beta to support Kubernetes 1.16 #301

Open tholu opened 4 years ago

tholu commented 4 years ago

The current version of Kubernetes dashboard v1.10.1 in the addons does not work with Kubernetes 1.16, it needs 2.0.0 (current release https://github.com/kubernetes/dashboard/releases/tag/v2.0.0-beta8).

Caution: The dashboard namespace has changed to kubernetes-dashboard, so small changes are required for the authentication setup as well.

xetys commented 4 years ago

hey,

would you like to PR this?

tholu commented 4 years ago

Sure, this is depending on #303.