-
Notifications
You must be signed in to change notification settings - Fork 540
fluent: admin: update supported platforms for style #1492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
esmerel
merged 2 commits into
master
from
lynettemiles/sc-105704/update-installation-supported-platforms-md
Oct 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
esmerel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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 | ||
esmerel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [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. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.