update table

This commit is contained in:
Serge Logvinov
2022-10-23 17:31:31 +03:00
parent 7dfc6611a3
commit 3a2fe01aed

View File

@@ -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.