From 6ac1d86dd85b0ccaf4cdbc9db43403452a110f66 Mon Sep 17 00:00:00 2001 From: mlacko64 <53935638+mlacko64@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:06:53 +0200 Subject: [PATCH] Update developer-mode-installation.md --- docs/developer/developer-mode-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/developer-mode-installation.md b/docs/developer/developer-mode-installation.md index c5217a9c1b..008a085b47 100644 --- a/docs/developer/developer-mode-installation.md +++ b/docs/developer/developer-mode-installation.md @@ -58,7 +58,7 @@ You can install Harvester on an [RKE2](https://docs.rke2.io/) cluster using the sudo cp /etc/rancher/rke2/rke2.yaml ~/.kube/config sudo chown $(id -u):$(id -g) ~/.kube/config ``` -:::info note + :::info important Allow some time for all pods in the `kube-system` namespace to reach the `Ready` state before proceeding to the next step.