Observability

Status Conditions and Kubernetes Events are the primary status surfacekubectl describe, kubectl wait --for=condition, and Flux’s notification-controller all read them. The four pillars below are additive operator-side detail; they explain how a reconcile behaved, but the condition on the StageSet is what tells you whether it is Ready.

The controller surfaces its behaviour through four pillars, each configured by a small set of binary flags that the Helm chart drives from values:

Two further pages build on the metrics:

For each pillar you configure the controller binary’s flags, read or query its output, and drive both from the Helm chart values. The full flag list with defaults is on the configuration reference .