Skip to content

Commit 341b39e

Browse files
committed
update docs for controller installation
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
1 parent 41ca513 commit 341b39e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content_versioned/version-legacy/docs/getting-started/setup-controller.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,17 @@ kro kro-86d5b5b5bd-6gmvr 1/1 Runnin
8282
To install the OCM controllers, execute the following command:
8383

8484
```bash
85-
kubectl apply -k https://github.com/open-component-model/open-component-model/kubernetes/controller/config/default?ref=main
85+
helm install ocm-k8s-toolkit oci://ghcr.io/open-component-model/charts/ocm-k8s-toolkit \
86+
--namespace ocm-k8s-toolkit-system \
87+
--create-namespace
88+
```
89+
90+
For local development, you can install directly from the source:
91+
92+
```bash
93+
# In the ocm mono-repo root directory
94+
cd kubernetes/controller
95+
task helm/install
8696
```
8797

8898
If the OCM controllers are installed correctly, you should see some similar output when running the

0 commit comments

Comments
 (0)