From 29068c633b232dc186c158573cd463b2c6a636a3 Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 00:16:55 -0700 Subject: [PATCH 1/7] 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/7] 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/7] 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/7] 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] From f3cee24c66ae9e044c65b2f54d1f88dcd5a6e005 Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 01:39:39 -0700 Subject: [PATCH 5/7] move links to updates and releases Signed-off-by: Seth McEvoy --- content/docs/latest/updates-releases/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docs/latest/updates-releases/_index.md b/content/docs/latest/updates-releases/_index.md index 70cd83b01..b59636af6 100644 --- a/content/docs/latest/updates-releases/_index.md +++ b/content/docs/latest/updates-releases/_index.md @@ -13,3 +13,12 @@ aliases: Nebraska is an update manager for [Flatcar Container Linux](https://flatcar.org/). It offers an easy way to monitor and manage the rollout of updates to applications that use the Omaha protocol, with special functionality for Flatcar Container Linux updates. + +Manage releases and updates with these techniques: + + * [Switching release channels][release-channels] + * [Configuring the update strategy][update-strategies] + * [Flatcar update configuration specification][update-conf] + * [Verifying Flatcar Images with GPG][verify-container-linux] + * [Nebraska][nebraska] + From c386d8bc8d80aa1cc70e9635a63a3d29987367a3 Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 01:50:46 -0700 Subject: [PATCH 6/7] move links to managing clusters Signed-off-by: Seth McEvoy --- content/docs/latest/orchestrate/clusters/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/latest/orchestrate/clusters/_index.md b/content/docs/latest/orchestrate/clusters/_index.md index 890568348..f59bd2a27 100644 --- a/content/docs/latest/orchestrate/clusters/_index.md +++ b/content/docs/latest/orchestrate/clusters/_index.md @@ -9,3 +9,9 @@ weight: 40 aliases: - /docs/latest/setup/clusters/ --- + +Manage clusters with these technologies: + + * [Cluster architectures][cluster-architectures] + * [Clustering machines][clustering-machines] + * [Using Amazon EC2 Container Service][ec2-container-service] From 0baed67b565e01c1bb706a14262dc0c6bf19c8d4 Mon Sep 17 00:00:00 2001 From: Seth McEvoy Date: Tue, 30 Jun 2026 02:01:31 -0700 Subject: [PATCH 7/7] move links to storage setup Signed-off-by: Seth McEvoy --- content/docs/latest/os-config/storage/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docs/latest/os-config/storage/_index.md b/content/docs/latest/os-config/storage/_index.md index d3fab592e..6c16922a0 100644 --- a/content/docs/latest/os-config/storage/_index.md +++ b/content/docs/latest/os-config/storage/_index.md @@ -7,3 +7,12 @@ aliases: - /docs/latest/setup/storage/ - ../clusters/scaling/ --- + +Manage storage systems with these technologies: + + * [Using RAID for the root filesystem][filesystem-placement] + * [Adding disk space][disk-space] + * [Mounting storage][mounting-storage] + * [iSCSI configuration][iscsi] + * [ZFS Extension][zfsextension] +