From 29068c633b232dc186c158573cd463b2c6a636a3 Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 00:16:55 -0700 Subject: [PATCH 1/2] move links to cloud providers Signed-off-by: Seth McEvoy --- content/docs/latest/deploy/cloud/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/docs/latest/deploy/cloud/_index.md b/content/docs/latest/deploy/cloud/_index.md index 1882f04cd..576826fba 100644 --- a/content/docs/latest/deploy/cloud/_index.md +++ b/content/docs/latest/deploy/cloud/_index.md @@ -8,3 +8,21 @@ aliases: - /docs/latest/installing/cloud/ - ../cloud-providers --- + +### Cloud Providers + +Flatcar runs on these Cloud Providers: + + * [Amazon EC2][ec2] + * [Microsoft Azure][azure] + * [Google Compute Engine][gce] + * [VMware][vmware] + * [DigitalOcean][digital-ocean] + * [Hetzner][hetzner] + * [OpenStack][openstack] + * [Brightbox][brightbox] + * [Scaleway][scaleway] (community support) + * [OracleCloud][oraclecloud] (community support) + * [OVHcloud][ovhcloud] (community support) + * [Akamai/Linode][akamai] + * [STACKIT][stackit] From a145a34c5c13372ee060433f045a321c0937b8db Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 00:46:23 -0700 Subject: [PATCH 2/2] move links to virtualizatin options Signed-off-by: Seth McEvoy --- .../docs/latest/deploy/virt-options/_index.md | 27 +++++++------------ 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/content/docs/latest/deploy/virt-options/_index.md b/content/docs/latest/deploy/virt-options/_index.md index 6fde75ba7..9be33db0a 100644 --- a/content/docs/latest/deploy/virt-options/_index.md +++ b/content/docs/latest/deploy/virt-options/_index.md @@ -9,8 +9,6 @@ aliases: The Flatcar Container Linux community has provided support for Flatcar Container Linux on a number of platforms beyond those [officially supported][official-support] (i.e, fully covered in the automated tests) by Kinvolk. - - The platforms and providers listed below each provide support and documentation for running Flatcar Container Linux: ## Cloud providers @@ -25,18 +23,13 @@ The platforms and providers listed below each provide support and documentation ## Other providers * [Eucalyptus][eucalyptus] -* [Proxmox VE][proxmoxve] -* [Vagrant][vagrant] -* [VirtualBox][virtualbox] - -[exoscale]: exoscale -[vultr]: vultr -[eucalyptus]: eucalyptus -[scaleway]: scaleway -[vagrant]: ../vms/vagrant -[virtualbox]: ../vms/virtualbox -[official-support]: ../../ -[ovhcloud]: ovhcloud -[oraclecloud]: oraclecloud -[proxmoxve]: proxmoxve -[vmware]: vmware + +## Flatcar provides the following Virtualization Options: + + * [QEMU][qemu] + * [libVirt][libvirt] + * [VirtualBox][virtualbox] (community support) + * [Vagrant][vagrant] (community support) + * [Hyper-V][hyper-v] (community support) + * [KubeVirt][kubevirt] (community support) + * [Proxmox VE][proxmoxve] (community support)