From 56e320fc4a54a456b32b9b4b8dccf68e21007181 Mon Sep 17 00:00:00 2001 From: manuelbuil Date: Thu, 19 Dec 2024 18:37:37 +0100 Subject: [PATCH] Replace binary with process Signed-off-by: manuelbuil --- docs/upgrades/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrades/manual.md b/docs/upgrades/manual.md index 0e803e555..6e1aefbce 100644 --- a/docs/upgrades/manual.md +++ b/docs/upgrades/manual.md @@ -69,5 +69,5 @@ To upgrade K3s manually, you can download the desired version of the K3s binary 1. Download the desired version of the K3s binary from [releases](https://github.com/k3s-io/k3s/releases) 2. Copy the downloaded binary to `/usr/local/bin/k3s` (or your desired location) -3. Stop the old k3s binary -4. Launch the new k3s binary \ No newline at end of file +3. Stop the old k3s process +4. Launch the new k3s process