Skip to main content

Prerequisites

  • Kubernetes cluster 1.24+
  • kubectl configured for your cluster
  • Helm 3.x (for Helm installation)
Install the operator from the OCI registry:
This page pins an exact chart version for reproducibility. Check operator releases for the newest chart, or omit --version to always install the latest.
To customize the installation, create a values.yaml file:
Then install with your values:
See the Helm values reference for all available options.

Kustomize

Install CRDs and deploy the operator using kustomize:
To uninstall:

Build from source

Running locally connects to whatever cluster your kubeconfig points to. Make sure you are targeting the correct cluster before starting the operator.

Build and push Docker image

Multi-platform builds (arm64, amd64) are supported:

Verify installation

Check that the operator is running:
Expected output:
Verify the CRDs are installed:
Expected output:

Quickstart

Apply your first persona and see the operator in action

Configuration

Customize flags and Helm values