From 819e0fd12b33109824fb507542259e280e96a067 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Fri, 30 Jul 2021 10:53:28 +0200 Subject: [PATCH] initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206f5e3..a3ef0b3 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The nodes and k3s versions are configured to self-upgrade unless you turn that f systemctl disable --now dnf-automatic.timer ``` -- To turn off k3s upgrade, you can just use kubectl to set the k3s_upgrade label to false for each node: +- To turn off k3s upgrade, use kubectl to set the k3s_upgrade label to false for each node (replace the node-name in the command): ```sh kubectl label node node-name k3s_upgrade=false