Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.09 KB

File metadata and controls

39 lines (24 loc) · 1.09 KB

KCP Helm Chart - kcp-operator

This Helm chart deploys an instance of the kcp-operator.

Requirements

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add kcp https://kcp-dev.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo kcp to see the charts.

To install the kcp-operator chart (you can also pass custom values via --values myvalues.yaml):

helm install my-kcp-operator kcp/kcp-operator

To uninstall the release:

helm delete my-kcp-operator

Check values.yaml for configuration options for this Helm chart.

Documentation

For documentation on how to use kcp-operator, check out docs.kcp.io/kcp-operator.