Skip to content

Commit 1ae9f3b

Browse files
committed
Install: fix YUM mentions
Signed-off-by: Lynette Miles <[email protected]>
1 parent aa4f613 commit 1ae9f3b

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

installation/linux/alma-rocky.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@ Fluent Bit supports the following architectures:
1010

1111
## Single line install
1212

13-
Fluent Bit provides an installation script to use for most Linux targets.This will always install the most recently released version.
13+
Fluent Bit provides an installation script to use for most Linux targets. This will always install the most recently released version.
1414

1515
```bash
1616
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
1717
```
1818

19-
This is a convenience helper and should always be validated prior to use. Older versions of this install script will not support auto-detecting Rocky or Alma Linux. The recommended secure deployment approach is to use the following instructions:
19+
This is a convenience helper and should always be validated prior to use. Older versions of this install script won't support auto-detecting Rocky or Alma Linux. The recommended secure deployment approach is to use the following instructions:
2020

2121
## RHEL 9
2222

23-
From CentOS 9 Stream onwards, the CentOS dependencies will update more often than downstream usage. This may mean that incompatible (more recent) versions are provided of certain dependencies (e.g. OpenSSL). For OSS, we also provide RockyLinux and AlmaLinux repositories. This may be required for RHEL 9 as well which will no longer track equivalent CentOS 9 stream dependencies. No RHEL 9 build is provided, it is expected to use one of the OSS variants listed.
23+
From CentOS 9 Stream and later, the CentOS dependencies will update more often than
24+
downstream usage. This might mean that incompatible (more recent) versions are
25+
provided of certain dependencies (for example, OpenSSL). For OSS, there are RockyLinux
26+
and AlmaLinux repositories. This might be required for RHEL 9 as well which will no
27+
longer track equivalent CentOS 9 stream dependencies. No RHEL 9 build is provided, it
28+
is expected to use one of the OSS variants listed.
2429

25-
## Configure Yum
30+
## Configure YUM
2631

27-
The `fluent-bit` is provided through a Yum repository. To add the repository reference to your system:
32+
The `fluent-bit` package is provided through a Yum repository. To add the repository reference to your system:
2833

2934
1. In `/etc/yum.repos.d/`, add a new file called `fluent-bit.repo`.
3035
1. Add the following content to the file - replace `almalinux` with `rockylinux` if required:

installation/linux/amazon-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
1919

2020
This is a convenience helper and should always be validated prior to use. The recommended secure deployment approach is to use the following instructions:
2121

22-
## Configure Yum
22+
## Configure YUM
2323

2424
The `fluent-bit` is provided through a Yum repository. To add the repository reference to your system, add a new file called `fluent-bit.repo` in `/etc/yum.repos.d/` with the following content:
2525

vale-styles/FluentBit/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,5 @@ exceptions:
129129
- XML
130130
- XSS
131131
- YAML
132+
- YUM
132133
- ZIP

vale-styles/FluentBit/Headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ exceptions:
106106
- Raspberry Pi
107107
- REPL
108108
- REST
109+
- RHEL
109110
- ServiceMonitor
110111
- SignalFx
111112
- SIMD
@@ -130,3 +131,4 @@ exceptions:
130131
- WebSocket
131132
- Windows
132133
- YAML
134+
- YUM

0 commit comments

Comments
 (0)