File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
content_versioned/version-legacy/docs/getting-started Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,17 @@ kro kro-86d5b5b5bd-6gmvr 1/1 Runnin
8282To 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
8898If the OCM controllers are installed correctly, you should see some similar output when running the
You can’t perform that action at this time.
0 commit comments