Flux Resource Not Ready

FluxResourceNotReady #

Meaning #

This means there is some kind of error with the FluxCD resource preventing the resource from getting ready.

Impact #

Not ready resource can prevent updates as well as indicating that an incompatible configuration was deployed.

Diagnosis #

Use the fluxcd-cli to investigate the failures.

flux get all -n <namespace>

Mitigation #

Depending on the results of the diagnoses, mitigation can be as simple as triggering a reconcile using flux reconcile <resource type> <resource name> -n <namespace> or require some adjustments to the GitOps repository.