You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(substrate): degrade gracefully when ate.dev CRDs are absent
GET /api/substrate/status returned 500 on clusters without the agent-substrate
CRDs installed because listSubstrateCRs propagated the REST mapper NoKindMatchError
as a server error. Treat IsNoMatchError as an empty result so the endpoint returns
200 with Enabled:false when substrate is not configured.
0 commit comments