From 29068c633b232dc186c158573cd463b2c6a636a3 Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 00:16:55 -0700 Subject: [PATCH 1/4] 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/4] 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) From 90be49037543d2c08c6438f871f3fe71fb6335ff Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 01:03:11 -0700 Subject: [PATCH 3/4] move links to bare metal Signed-off-by: Seth McEvoy --- content/docs/latest/deploy/bare-metal/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/docs/latest/deploy/bare-metal/_index.md b/content/docs/latest/deploy/bare-metal/_index.md index 4cec1840f..d794d780d 100644 --- a/content/docs/latest/deploy/bare-metal/_index.md +++ b/content/docs/latest/deploy/bare-metal/_index.md @@ -6,3 +6,15 @@ aliases: - /docs/latest/installing/bare-metal/ - ../bare-metal --- + +You can install Flatcar on bare metal machines in different ways: using ISO +images, booting from PXE or iPXE, and even by running an installation +script on an existing Linux system. + + * [Installing from ISO images][boot-iso] + * [Booting with PXE][pxe] + * [Booting with iPXE][ipxe] + * [Installing with flatcar-install][install-to-disk] + * [ Raspberry Pi 4][running-flatcar-container-linux-on-raspberry-Pi-4] + + \ No newline at end of file From 228b44ae411e0d241942fcf2a6d3b4fe749742fb Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 01:22:18 -0700 Subject: [PATCH 4/4] move links to image customization Signed-off-by: Seth McEvoy --- .../fb-provision/customize-image/_index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/docs/latest/fb-provision/customize-image/_index.md b/content/docs/latest/fb-provision/customize-image/_index.md index 1273d2a71..b61cd6d83 100644 --- a/content/docs/latest/fb-provision/customize-image/_index.md +++ b/content/docs/latest/fb-provision/customize-image/_index.md @@ -7,3 +7,19 @@ weight: 35 aliases: - /docs/latest/installing/customizing-the-image/ --- + +Customize Flatcar images using these techniques: + + * [Using networkd to customize networking][networkd-customize] + * [Using systemd drop-in units][systemd-drop-in] + * [Using environment variables in systemd units][environment-variables-systemd] + * [Using systemd and udev rules][udev-rules] + * [Using NVIDIA GPUs on Flatcar][using-nvidia] + * [Scheduling tasks with systemd timers][tasks-with-systemd] + * [Configuring DNS][dns] + * [Configuring date & timezone][date-timezone] + * [Adding users][users] + * [Kernel modules / sysctl parameters][parameters] + * [Adding swap][swap] + * [Power management][power-management] + * [ACPI][acpi]