From 7797ede155a0ce5ffdf45dfa1507257787a334fd Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Tue, 19 Sep 2023 16:15:49 -0700 Subject: [PATCH] Add blurb about agent upgrades Signed-off-by: Derek Nola --- docs/upgrade/manual_upgrade.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/upgrade/manual_upgrade.md b/docs/upgrade/manual_upgrade.md index 0d88b929..9aad7d1c 100644 --- a/docs/upgrade/manual_upgrade.md +++ b/docs/upgrade/manual_upgrade.md @@ -28,6 +28,11 @@ curl -sfL https://get.rke2.io | sh - ``` This will upgrade to the most recent version in the stable channel by default. +If upgrading agent nodes, you should specify the `INSTALL_RKE2_TYPE` environment variable: +```sh +curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent sh - +``` + If you want to upgrade to the most recent version in a specific channel (such as latest) you can specify the channel: ```sh curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=latest sh -