From 5db4946bcec224c13ad5529803f0e8c34e6d8688 Mon Sep 17 00:00:00 2001 From: Serge Logvinov Date: Fri, 24 Jun 2022 15:33:16 +0300 Subject: [PATCH] Update table compatibility --- README.md | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 1a1a8c4..d4fe734 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,16 @@ I store here the terraform code to launch Talos in the clouds. I wouldn't use the terrafrom modules from internet. The goal is to create all cloud services from scratch. -* [Azure](azure) - many regions, many zones. -Well tested with talos 1.1.x. -Platform addons: CCM,CSI,Autoscaler -* [GCP](gcp-zonal) - one region, many zones. -Well tested with talos 0.14.0. -Platform addons: CCM,CSI,Autoscaler -* [Hetzner](hetzner) - many regions. -Well tested with talos 0.14.0. -Platform addons: CCM,CSI,Autoscaler -* [Openstack](openstack) - many regions, many zones. -Well tested with talos 1.1.x. -Platform addons: CCM,CSI -* [Oracle](oracle) - many regions, many zones. -Well tested with talos 1.0.0. -* [Scaleway](scaleway) - one region. -Well tested with talos 1.1.0. -Platform addons: CCM,CSI + +| Platform | Checked Talos version | Addons | Setup type | Nat | +|---|---|---|---|---| +| [Azure](azure) | 1.1.0 | CCM,CSI,Autoscaler | many regions, many zones | ✓ | +| [GCP](gcp-zonal) | 0.14.0 | CCM,CSI,Autoscaler | one region, many zones | ✓ | +| [Hetzner](hetzner) | 0.14.0 | CCM,CSI,Autoscaler | many regions | ✗ | +| [Openstack](openstack) | 1.1.0 | CCM,CSI | many regions, many zones | ✓ | +| [Oracle](oracle) | 1.0.0 | | many regions, many zones | ✓ | +| [Scaleway](scaleway) | 1.1.0 | CCM,CSI | one region | ✓ | + ## Common