Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/docs/latest/deploy/bare-metal/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]


18 changes: 18 additions & 0 deletions content/docs/latest/deploy/cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
27 changes: 10 additions & 17 deletions content/docs/latest/deploy/virt-options/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
16 changes: 16 additions & 0 deletions content/docs/latest/fb-provision/customize-image/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
9 changes: 9 additions & 0 deletions content/docs/latest/updates-releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]