From 0d1c7f9768fe383c1231f485192035fafd35d889 Mon Sep 17 00:00:00 2001 From: mlacko64 <53935638+mlacko64@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:06:24 +0200 Subject: [PATCH] Update docs/developer/developer-mode-installation.md Co-authored-by: Jillian <67180770+jillian-maroket@users.noreply.github.com> --- docs/developer/developer-mode-installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/developer/developer-mode-installation.md b/docs/developer/developer-mode-installation.md index 73aa6de7a8..9244618325 100644 --- a/docs/developer/developer-mode-installation.md +++ b/docs/developer/developer-mode-installation.md @@ -96,9 +96,11 @@ You can install Harvester on an [RKE2](https://docs.rke2.io/) cluster using the --set bootstrapPassword=admin ``` -:::info note -Wait until Rancher will be fully up (all pods in `cattle-system` namespace will be running) before continuing with next steps. -::: + :::info important + + Allow some time for all pods in the `cattle-system` namespace to reach the `Ready` state before proceeding to the next step. + + ::: 1. Clone the `rancher/charts` repository. ```bash