From b4312218f21a50589b93cbd532d2adcef90def88 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Fri, 30 Jul 2021 10:18:16 +0200 Subject: [PATCH] initial commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6cbef1..ba84516 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Here's what is working at the moment: - Lightweight and resource-efficient Kubernetes with [k3s](https://github.com/k3s-io/k3s), and Fedora nodes to take advantage of the latest Linux kernels. - Optimal [Cilium](https://github.com/cilium/cilium) CNI with full BPF support and Kube-proxy replacement. It uses the Hetzner private subnet underneath to communicate between the nodes, so no encryption is not needed. -- Automatic OS upgrades, supported by [kured](https://github.com/weaveworks/kured) instances that initiate a reboot of the node only when necessary and after having drained it properly. +- Automatic OS upgrades, supported by [kured](https://github.com/weaveworks/kured) that initiate a reboot of the node only when necessary and after having drained it properly. - Automatic HA by setting the required number of servers and agents nodes. - Automatic k3s upgrade by using Rancher's [system-upgrade-controller](https://github.com/rancher/system-upgrade-controller) and tracking the latest 1.x stable branch. - Optional [Nginx ingress controller](https://kubernetes.github.io/ingress-nginx/) that will automatically use Hetzner's private network to allocate a Hetzner load balancer. @@ -212,7 +212,7 @@ The following code is distributed as-is and under the MIT License. See [LICENSE] ## Contact -Karim Naufal - [@myticaltech](https://twitter.com/mysticaltech) - karim.naufal@me.com +Karim Naufal - [@mysticaltech](https://twitter.com/mysticaltech) - karim.naufal@me.com Project Link: [https://github.com/mysticaltech/kube-hetzner](https://github.com/mysticaltech/kube-hetzner)