From f931fa7d1042c9bcf95dc99e8c5a4077b17ab097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan-Luis=20de=20Sousa-Valadas=20Casta=C3=B1o?= Date: Mon, 11 Nov 2024 13:40:30 +0100 Subject: [PATCH] Add releases page for quick install in airgapped environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #5202 Signed-off-by: Juan-Luis de Sousa-Valadas CastaƱo (cherry picked from commit d859a528aa5eb90a0f988c58ffedced666e87245) --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index a85bac09a23b..4d15bc22d04b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,6 +18,8 @@ Though the Quick Start material is written for Debian/Ubuntu, you can use it for curl -sSLf https://get.k0s.sh | sudo sh ``` + Alternatively you can download it from the [releases page.](https://github.com/k0sproject/k0s/releases/latest) This is required for airgapped environments. + 2. Install k0s as a service The `k0s install` sub-command installs k0s as a system service on the local host that is running one of the supported init systems: Systemd or OpenRC. You can execute the install for workers, controllers or single node (controller+worker) instances.