From 6a80c416a875b4bd9075f28f45a17e951288662a Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 5 Aug 2022 16:19:45 +0200 Subject: [PATCH] Update docs/upgrade.md Co-authored-by: Francesco Giudici Signed-off-by: Itxaka --- docs/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 00b950026..d9672e031 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -10,7 +10,7 @@ Elemental Teal is upgraded with the Elemental operator. Refer to the There are two ways of selecting nodes for upgrading. Via a cluster target, which will match ALL nodes in a cluster that matches our selector or via node selector, which will match nodes based on the node labels. Node selecter allows us to be more targeted with the upgrade -while cluster selector just select all the nodes in a matched cluster. +while cluster selector just selects all the nodes in a matched cluster. === "With `#!yaml clusterTarget`" You can target nodes for an upgrade via a `#!yaml clusterTarget` by setting it to the cluster name that you want to upgrade.