Update table compatibility

This commit is contained in:
Serge Logvinov
2022-06-24 15:33:16 +03:00
parent 31efdae317
commit 5db4946bce

View File

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