From 3a2fe01aedb9ba366c391b1a6c718fd49583b953 Mon Sep 17 00:00:00 2001 From: Serge Logvinov Date: Sun, 23 Oct 2022 17:31:31 +0300 Subject: [PATCH] update table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 817e36a..153ec0b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The goal is to create all cloud services from scratch. | Platform | Checked Talos version | Addons | Setup type | Nat | |---|---|---|---|---| | [Azure](azure) | 1.1.0 | CCM,CSI,Autoscaler | many regions, many zones | ✓ | +| [Exoscale](exoscale) | 1.3.0 | CCM,Autoscaler | many regions | ✗ | | [GCP](gcp-zonal) | 0.14.0 | CCM,CSI,Autoscaler | one region, many zones | ✓ | | [Hetzner](hetzner) | 1.2.2 | CCM,CSI,Autoscaler | many regions | ✗ | | [Openstack](openstack) | 1.1.0 | CCM,CSI | many regions, many zones | ✓ | @@ -23,6 +24,6 @@ It uses ```hostNetwork``` ports 80,443 for optimizations. It helps me to tweak the kernel on a host and apply it to ingress controller. And I can disable conntrack too. * **coredns-local** (daemonsets) uses dummy interface on al nodes and has ip ```169.254.2.53``` -It increases the dns response (all traffic does not leave the node). +It decrease the dns response (all traffic does not leave the node). It makes sense in multi-cloud setup. Kubernets still does not have geo-based load balancer capabilities (alfa). * **rancher.io/local-path** as default storage class.