Skip to content

Commit

Permalink
Update docs/developer/developer-mode-installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <67180770+jillian-maroket@users.noreply.github.com>
  • Loading branch information
mlacko64 and jillian-maroket authored Aug 21, 2024
1 parent d244cb2 commit f52d7a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/developer/developer-mode-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ You can install Harvester on an [RKE2](https://docs.rke2.io/) cluster using the
sudo chown $(id -u):$(id -g) ~/.kube/config
```
:::info note
Wait until RKE2 will be fully up (all pods in `kube-system` namespace will be running) before continuing with next steps.
:::
:::info important
Allow some time for all pods in the `kube-system` namespace to reach the `Ready` state before proceeding to the next step.
If you are unable to locate the kubectl binary in `/usr/local/bin`, check `/var/lib/rancher/rke2/bin`.
:::info note
If you are unable to locate the `kubectl` binary in `/usr/local/bin`, check `/var/lib/rancher/rke2/bin`.
:::
1. Install system-upgrade-controller. This Kubernetes-native upgrade controller for nodes installs `upgrade.cattle.io/v1` CRDs.
Expand Down

0 comments on commit f52d7a6

Please sign in to comment.