From b0ba5a5808e1da0d6a366e4cc4f06263790dc140 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 18 Mar 2026 14:06:00 +0900 Subject: [PATCH] deb: add installation steps for resolute Signed-off-by: Kentaro Hayashi --- .../install-by-deb-fluent-package.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/installation/install-fluent-package/install-by-deb-fluent-package.md b/installation/install-fluent-package/install-by-deb-fluent-package.md index 4e544eb3..883d1c2c 100644 --- a/installation/install-fluent-package/install-by-deb-fluent-package.md +++ b/installation/install-fluent-package/install-by-deb-fluent-package.md @@ -34,6 +34,18 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package. +#### For Ubuntu Resolute: + +##### fluent-package 6 (LTS) + +```bash +curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-resolute-fluent-package6-lts.sh | sh +``` + +{% hint style='info' %} +fluent-package for normal release version is not ready yet. LTS version is recommended now. +{% endhint %} + #### For Ubuntu Noble: ##### fluent-package 6 (LTS)