fix(seanfarm): the platform-fallback group must not name Kustomizations that are gone #185

Merged
binjovi-bot merged 1 commit from sean/catalog-drops-minio-kustomizations into trunk 2026-09-10 08:20:05 +00:00 AGit
Owner

Every seanfarm deploy fails with NotFound on Kustomization/tenantbucket, deleted with the MinIO tenant while this list still named it. The catalog drops a name before the repository deletes it -- the rule already written for guards, missed for Kustomizations. minio-instance goes in the same commit, ahead of the seanfarm change that removes it. https://claude.ai/code/session_01KZoQin34jeyt6nDGqvJA76

Every seanfarm deploy fails with NotFound on Kustomization/tenantbucket, deleted with the MinIO tenant while this list still named it. The catalog drops a name before the repository deletes it -- the rule already written for guards, missed for Kustomizations. minio-instance goes in the same commit, ahead of the seanfarm change that removes it. https://claude.ai/code/session_01KZoQin34jeyt6nDGqvJA76
fix(seanfarm): the platform-fallback group must not name Kustomizations that are gone
All checks were successful
binjovi/ci Binjovi completed the frozen plan
3b149bc50e
Every seanfarm deploy fails right now:

  Error from server (NotFound): kustomizations...  "tenantbucket" not found
  Deploy failed: flux_deployment_failed

The `platform-fallback` availability group lists the Flux Kustomizations a
seanfarm deploy reconciles and waits on. `tenantbucket` was deleted from
seanfarm with the MinIO tenant on 2026-09-10, and this list was not changed
with it, so the deploy asks Flux to reconcile an object that does not exist
and fails -- with the tree in exactly the intended state and every
Kustomization Ready.

This is the cross-repo ordering rule the migration already wrote down for
the guard catalog, in its other direction: **the catalog drops a name
BEFORE the repository deletes it.** It was followed for guards and missed
for Kustomizations.

`minio-instance` goes in the same commit, ahead of the seanfarm change that
removes it, so that deletion does not repeat the failure. `minio-operator`
was never in this group.

Claude-Session: https://claude.ai/code/session_01KZoQin34jeyt6nDGqvJA76
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/binjovi-plans!185
No description provided.