Live: open-platform/www prod stuck (HelmRelease Progressing, 0 pods) on git.aws.benjivers.com EKS #216
Labels
No labels
bug
discussion
duplicate
enhancement
goal
help wanted
horizon:backlog
horizon:governance
horizon:mvp
invalid
operator-decision
question
roadmap
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
open-platform/mitosis#216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found during the AWS audit (PR #212, finding L1). This is a live issue on the
git.aws.benjivers.comEKS cluster.Symptom
open-platform/wwwprod:The HelmRelease is stuck reconciling and never rendered a Deployment — no pods at all.
fleet/wwwprod on the same cluster is healthy (InstallSucceeded, 1/1 running), so this is app/release-specific, not a cluster-wide outage.Notes toward root cause
Progressingmeans the install is blocked before the Deployment is created — typical causes: a Helm dependency/wait, a values/template error in thewwwchart, or an admission (kyverno) block during render. Needs the fluxhelm-controller/source-controllerlogs on the EKS cluster to pin down (app has 0 pods, sotail_logsreturns nothing).ecr-credsecret, so this is not the same failure mode.www's chart waits on a cert/Ingress readiness, that could stall the release; worth checking whether the two are related.Fix (lands on the EKS cluster, tracked here)
helm-controller/source-controllerlogs foropen-platform--www--prodongit.aws.benjivers.comand identify the blocking resource.open-platform/wwwapp repo on that host.remediationon HelmRelease) back as a real plat/mitosis source hardening if warranted.Ref: audit PR #212 →
docs/ops/aws-audit-2026-08-25.md(L1).