Skip to content

Commit b07ec04

Browse files
committed
Improve the installation scripts with the new findings
1 parent 4fdf02e commit b07ec04

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/getting-started/installation.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By the end, you'll have a working setup ready to explore the full potential of O
5555
brew install gh
5656
```
5757

58-
Set a GitHub token to enable pulling OpenMFP Docker images:
58+
Set a GitHub token to enable pulling OpenMFP Docker images, this token should have the `read:packages` scope.
5959
```sh
6060
export GH_TOKEN=<your-github-token>
6161
```
@@ -87,13 +87,13 @@ Once the prerequisites are in place, follow these steps to set up the local envi
8787

8888
2. Run the Bootstrap Script
8989
The repository includes a script `local-setup/scripts/start.sh`, it contains all steps needed to bootstrap the local environment.
90-
The script will automate the following steps:
90+
The script will take some time and it automate the following steps:
9191
- Create kind cluster called `openmfp`
9292
- Install flux
9393
- Prepare secrets
9494
- Apply flux deployment configuration
9595

96-
To start the bootstrapping and local installation run
96+
To start the bootstrapping and local installation, run the following command:
9797
```sh
9898
./local-setup/scripts/start.sh
9999
```
@@ -107,4 +107,5 @@ If you want to delete the local environment and remove the KIND cluster, run the
107107

108108
```sh
109109
kind delete cluster --name openmfp
110-
```
110+
```
111+
If the deletion is stuck validate that the container runtime (Docker or Podman) is started and running.

0 commit comments

Comments
 (0)