From 41266149b0442bd1b48772a22d38186d11289252 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 6 Jan 2022 07:59:13 +0100 Subject: [PATCH] Tweaked Readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcf9a36..8a5458f 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,11 @@ ssh rancher@xxx.xxx.xxx.xxx -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no By default, k3os and its embedded k3s instance get upgraded automatically on each node, thanks to its embedded system upgrade controller. As for the Hetzner CCM and CSI, their container images are set to latest and with and imagePullPolicy of "Always". This means that when the nodes upgrade, they will be automatically upgraded too. -_If you wish to turn off automatic upgrade on a specific node, you need to take out the label `k3os.io/upgrade=latest`. It can be done with this command `kubectl label node 'k3os.io/upgrade'-`._ +_If you wish to turn off automatic upgrade on a specific node, you need to take out the label `k3os.io/upgrade=latest`. It can be done with the following command:_ + +```sh +kubectl label node 'k3os.io/upgrade'- +``` ## Takedown