Releases: vitobotta/hetzner-k3s
Releases · vitobotta/hetzner-k3s
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
- Allow to optionally specify the path of the private SSH key
- Set correct permissions for the kubeconfig file
- Retry fetching manifests a few times to allow for temporary network issues
- Allow to optionally schedule workloads on masters
- Allow clusters with no worker node pools if shceduling is enabled for the masters
v0.4.0
- Ensure the masters are removed from the API load balancer before deleting the load balancer
- Ensure the servers are removed from the firewall before deleting it
- Allow using an environment variable to specify the Hetzner token
- Allow restricting SSH access to the nodes to specific networks
- Do not open the port 6443 on the nodes if a load balancer is created for an HA cluster
v0.3.9
v0.3.8
Fix: ensure that only servers created by this tool are deleted from the project. The tool now looks for servers that have a label "cluster" set to the cluster name, and ignores any other servers that may be present in the project. However it is recommended to keep a separate project for each cluster, to avoid networking issues. See README for more details.