Installation¶
Prerequisites¶
- A Kubernetes cluster and
kubectl/helmpointed at it. -
pgop installed — glitchtip-operator provisions PostgreSQL through pgop's
Cluster/Role/DatabaseCRDs: -
Gateway API CRDs, only if you plan to set
spec.route.enabled: trueon aGlitchTipinstance:
Install the operator¶
helm install glitchtip-operator charts/glitchtip-operator \
--namespace glitchtip-system --create-namespace
The chart installs the glitchtip.ruck.io CRDs, a cluster-scoped
ServiceAccount/RBAC (the operator watches its CRDs cluster-wide and writes
DSN Secrets into arbitrary application namespaces), and the operator
Deployment itself. See Configuration for the
chart's values.
Next: Quick Start.