xetys / hetzner-kube

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

Upgrade to Kubernetes 1.19.2, Ubuntu 20.04 and Calico 3.16.x, fix printing newlines for context subcommands #341

Closed AndiDog closed 3 years ago

AndiDog commented 3 years ago

Worked and is stable for several weeks on 2 new clusters of mine. Didn't run an integration test. Here's the command I used to create the clusters:

hetzner-kube cluster create --name "${cluster_name}" --ssh-key "${USER}@$(hostname -s)" --datacenters fsn1-dc14 --master-server-type cx11-ceph --worker-count 2 --worker-server-type cx11-ceph
tmemenga commented 3 years ago

before we used https://github.com/xetys/hetzner-kube/pull/336, but it does not work anymore.

Today we bootstrapped a cluster with this branch, everything is working fine.

xetys commented 3 years ago

LGTM! thx for the contribution