Local Kubernetes Cluster using Kind 'camunda-cloud/camunda-platform' not found

Hi,
When installing Local Kubernetes Cluster using Kind ( Local Kubernetes Cluster | Camunda Platform 8 Docs)

step : ‘helm install my-camunda-platform camunda-cloud/camunda-platform -f camunda-platform-core-kind-values.yaml’

fails with error ‘repo camunda-cloud not found’

Did I forgot some steps / settings?

Kind regards Erwin

The instructions appear to be missing the step to add the repo.

This should do it:

helm repo add camunda-cloud https://helm.camunda.io
helm repo update

Do this before the “helm install my-camunda-platform” step.

3 Likes

Thanks for flagging this, @GotnOGuts! I’ve opened a PR to update the documentation.