Quickstart
Install thoth-operator and reconcile a tenant in Kubernetes.
Prerequisites
- Kubernetes
>= 1.28 - Helm
>= 3.13 - Network egress from cluster to
https://<thoth-control-plane-host> - Thoth admin auth token
Install the operator
Create tenant auth token secret
Apply a ThothTenant resource
Verify reconciliation
Expect:
.status.phase: ReadyReadycondition =True.status.observedGenerationequals.metadata.generation
Secret rotation
Referenced secrets are watched by the operator. Rotating a referenced token secret triggers a new reconciliation without waiting for the standard periodic requeue.