From fa62a8a4c05e75dadde8b48a514e7b9fcaa52fb0 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Mon, 28 Oct 2024 13:11:14 -0700 Subject: [PATCH 1/2] fluent: admin: update supported platforms for style Signed-off-by: Lynette Miles --- installation/supported-platforms.md | 57 ++++++++++++++++------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/installation/supported-platforms.md b/installation/supported-platforms.md index 5e919fdba..9c0764570 100644 --- a/installation/supported-platforms.md +++ b/installation/supported-platforms.md @@ -1,34 +1,39 @@ -# Supported Platforms +# Supported platforms -The following operating systems and architectures are supported in Fluent Bit. +Fluent Bit supports the following operating systems and architectures: | Operating System | Distribution | Architectures | | :--- | :--- | :--- | -| Linux | [Amazon Linux 2023](linux/amazon-linux.md) | x86\_64, Arm64v8 | -| | [Amazon Linux 2](linux/amazon-linux.md) | x86\_64, Arm64v8 | -| | [Centos 9 Stream](linux/redhat-centos.md) | x86\_64, Arm64v8 | -| | [Centos 8](linux/redhat-centos.md) | x86\_64, Arm64v8 | -| | [Centos 7](linux/redhat-centos.md) | x86\_64, Arm64v8 | -| | [Rocky Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 | -| | [Alma Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 | -| | [Debian 12 \(Bookworm\)](linux/debian.md) | x86\_64, Arm64v8 | -| | [Debian 11 \(Bullseye\)](linux/debian.md) | x86\_64, Arm64v8 | -| | [Debian 10 \(Buster\)](linux/debian.md) | x86\_64, Arm64v8 | -| | [Ubuntu 24.04 \(Noble Numbat\)](linux/ubuntu.md) | x86\_64, Arm64v8 | -| | [Ubuntu 22.04 \(Jammy Jellyfish\)](linux/ubuntu.md) | x86\_64, Arm64v8 | -| | [Ubuntu 20.04 \(Focal Fossa\)](linux/ubuntu.md) | x86\_64, Arm64v8 | -| | [Ubuntu 18.04 \(Bionic Beaver\)](linux/ubuntu.md) | x86\_64, Arm64v8 | -| | [Ubuntu 16.04 \(Xenial Xerus\)](linux/ubuntu.md) | x86\_64 | -| | [Raspbian 11 \(Bullseye\)](linux/raspbian-raspberry-pi.md) | Arm32v7 | -| | [Raspbian 10 \(Buster\)](linux/raspbian-raspberry-pi.md) | Arm32v7 | +| Linux | [Amazon Linux 2023](linux/amazon-linux.md) | x86_64, Arm64v8 | +| | [Amazon Linux 2](linux/amazon-linux.md) | x86_64, Arm64v8 | +| | [CentOS 9 Stream](linux/redhat-centos.md) | x86_64, Arm64v8 | +| | [CentOS 8](linux/redhat-centos.md) | x86_64, Arm64v8 | +| | [CentOS 7](linux/redhat-centos.md) | x86_64, Arm64v8 | +| | [Rocky Linux 8](linux/redhat-centos.md) | x86_64, Arm64v8 | +| | [Alma Linux 8](linux/redhat-centos.md) | x86_64, Arm64v8 | +| | [Debian 12 (Bookworm)](linux/debian.md) | x86_64, Arm64v8 | +| | [Debian 11 (Bullseye)](linux/debian.md) | x86_64, Arm64v8 | +| | [Debian 10 (Buster)](linux/debian.md) | x86_64, Arm64v8 | +| | [Ubuntu 24.04 (Noble Numbat)](linux/ubuntu.md) | x86_64, Arm64v8 | +| | [Ubuntu 22.04 (Jammy Jellyfish)](linux/ubuntu.md) | x86_64, Arm64v8 | +| | [Ubuntu 20.04 (Focal Fossa)](linux/ubuntu.md) | x86_64, Arm64v8 | +| | [Ubuntu 18.04 (Bionic Beaver)](linux/ubuntu.md) | x86_64, Arm64v8 | +| | [Ubuntu 16.04 (Xenial Xerus)](linux/ubuntu.md) | x86_64 | +| | [Raspbian 11 (Bullseye)](linux/raspbian-raspberry-pi.md) | Arm32v7 | +| | [Raspbian 10 (Buster)](linux/raspbian-raspberry-pi.md) | Arm32v7 | | macOS | * | x86_64, Apple M1 | -| Windows | [Windows Server 2019](windows.md) | x86\_64, x86 | -| | [Windows 10 1903](windows.md) | x86\_64, x86 | +| Windows | [Windows Server 2019](windows.md) | x86_64, x86 | +| | [Windows 10 1903](windows.md) | x86_64, x86 | -From an architecture support perspective, Fluent Bit is fully functional on x86\_64, Arm64v8 and Arm32v7 based processors. +From an architecture support perspective, Fluent Bit is fully functional on x86_64, +Arm64v8 and Arm32v7 based processors. -Fluent Bit can work also on OSX and \*BSD systems, but not all plugins will be available on all platforms. -Official support will be expanding based on community demand. -Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise). +Fluent Bit can work also on OSX and BSD systems, but not all plugins will be +available on all platforms. -Fluent Bit is supported on Linux on IBM Z (s390x) environment with some restrictions but only container images are provided for these targets officially. +Official support will be expanding based on community demand. Fluent Bit might run on +older operating systems, but must be built from source, or using custom packages from +[enterprise providers](https://fluentbit.io/enterprise). + +Fluent Bit is supported for Linux on IBM Z (s390x) environments with some +restrictions, but only container images are provided for these targets officially. From fb8dd971479bdb492e7f39f12db0cd6775db84a7 Mon Sep 17 00:00:00 2001 From: esmerel <6818907+esmerel@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:43:16 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Adam Locke Signed-off-by: esmerel <6818907+esmerel@users.noreply.github.com> --- installation/supported-platforms.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installation/supported-platforms.md b/installation/supported-platforms.md index 9c0764570..908a1e9d4 100644 --- a/installation/supported-platforms.md +++ b/installation/supported-platforms.md @@ -26,13 +26,13 @@ Fluent Bit supports the following operating systems and architectures: | | [Windows 10 1903](windows.md) | x86_64, x86 | From an architecture support perspective, Fluent Bit is fully functional on x86_64, -Arm64v8 and Arm32v7 based processors. +Arm64v8, and Arm32v7 based processors. -Fluent Bit can work also on OSX and BSD systems, but not all plugins will be -available on all platforms. +Fluent Bit can work also on macOS and Berkeley Software Distribution (BSD) systems, +but not all plugins will be available on all platforms. -Official support will be expanding based on community demand. Fluent Bit might run on -older operating systems, but must be built from source, or using custom packages from +Official support is based on community demand. Fluent Bit might run on older operating +systems, but must be built from source, or using custom packages from [enterprise providers](https://fluentbit.io/enterprise). Fluent Bit is supported for Linux on IBM Z (s390x) environments with some