From c6238e9bf7d414e94fa0abaa97818252453df698 Mon Sep 17 00:00:00 2001 From: dkeightley Date: Mon, 2 Mar 2020 15:46:04 +1300 Subject: [PATCH] Add note for update-only actions --- content/rke/latest/en/managing-clusters/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rke/latest/en/managing-clusters/_index.md b/content/rke/latest/en/managing-clusters/_index.md index 4a9ff3ddb8e..5f0b6422df9 100644 --- a/content/rke/latest/en/managing-clusters/_index.md +++ b/content/rke/latest/en/managing-clusters/_index.md @@ -20,6 +20,8 @@ After you've made changes to add/remove nodes, run `rke up` with the updated `cl You can add/remove only worker nodes, by running `rke up --update-only`. This will ignore everything else in the `cluster.yml` except for any worker nodes. +> **Note:** When using `--update-only`, other actions that do not specifically relate to nodes may be deployed or updated, for example [addons]({{< baseurl >}}/rke/latest/en/config-options/add-ons). + ### Removing Kubernetes Components from Nodes In order to remove the Kubernetes components from nodes, you use the `rke remove` command.