Skip to content

Commit

Permalink
Update developer-mode-installation.md
Browse files Browse the repository at this point in the history
Added note that RKE2/Rancher have to be fully up before continuing with next steps.
  • Loading branch information
mlacko64 authored Aug 19, 2024
1 parent 6027f71 commit d244cb2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/developer/developer-mode-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,19 @@ 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
Wait until RKE2 will be fully up (all pods in `kube-system` namespace will be running) before continuing with next steps.
:::
:::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.
```bash
kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.1/system-upgrade-controller.yaml
```
:::info note
If you are unable to locate the `kubectl` binary in `/usr/local/bin`, check `/var/lib/rancher/rke2/bin`.
:::
1. Create the cattle-system namespace.
```bash
kubectl create ns cattle-system
Expand All @@ -92,6 +95,10 @@ If you are unable to locate the `kubectl` binary in `/usr/local/bin`, check `/va
--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.
:::
1. Clone the `rancher/charts` repository.
```bash
git clone https://github.com/rancher/charts -b dev-v2.7
Expand Down

0 comments on commit d244cb2

Please sign in to comment.