From 90b9e415cccabb412e271bfadf6beb2a4e609bc5 Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Fri, 13 Sep 2024 15:53:50 +0200 Subject: [PATCH] Clarify where registry needs to be installed Signed-off-by: Andrea Mazzotti --- doc/QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/QUICKSTART.md b/doc/QUICKSTART.md index 7bf6d527..745c67e5 100644 --- a/doc/QUICKSTART.md +++ b/doc/QUICKSTART.md @@ -273,7 +273,7 @@ This part of the quickstart only covers upgrading the single k3s node that was p ### Setup a test registry In order to upgrade the node, we are going to need a registry where to push the new OS image to be applied. -The registry can be also exposed through a NodePort. +The registry needs to be installed on the **management** cluster and can be exposed through a NodePort. For this example we are going to use `192.168.122.10:30000` as our test registry. ```bash