Skip to content

Commit 7d8a666

Browse files
docs: improve local development setup
1 parent 589d056 commit 7d8a666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ spec:
1818
image: "ghcr.io/openmcp-project/images/cluster-provider-kind:<latest-version>"
1919
```
2020
21-
To run it locally, run
21+
### Local Development
22+
To run it locally, please make sure to have a running [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) cluster with kubectl context set to the kind cluster that serves as the platform cluster. You can then run the operator locally by executing:
2223
```shell
2324
go run ./cmd/cluster-provider-kind/main.go init
2425
```

0 commit comments

Comments
 (0)