SourceRefNotYetSupported see history edit this page

Talks about: , , and

Symptom

READY=False, REASON=SourceRefNotYetSupported.

Cause

The snippet sets spec.sourceRef but the operator was built without a Fetcher wired in. This is a mis-deployment in practice — production binary always wires sources.New(). Seeing this in a real cluster means you’re running:

Diagnosis

kubectl logs deploy/jaas | grep -i "fetcher"

If the operator logs no Fetcher initialization, the binary is incomplete.

Remediation

Use a release binary, or convert the snippet to spec.files inline as a temporary workaround.