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
This tracks our convergence-reliability work: making an HTTPProxy stand up quickly and reliably, and keeping one tenant or one control plane from dragging the whole fleet. Open issues are ranked by likely impact so we work the highest-leverage fixes first, not the freshest.
The lens comes from the recent per-stage investigation (https://github.com/datum-cloud/infra/issues/3622): the cost of standing up an HTTPProxy is queue serialization, requeue floors, and DNS-agent saturation — not compute. Ranking favors blast radius, user-facing breakage, and fixes we already have evidence for.
Generalize reconcile-error-ratio alerts to all controllers #289 — reconcile-error-ratio alerts for all controllers. Fills the telemetry gap: NSO's project-CP controllers aren't scraped, so convergence regressions are invisible and fixes can't be confirmed from metrics. Cheap; unblocks measuring everything above.
Why this exists
This tracks our convergence-reliability work: making an HTTPProxy stand up quickly and reliably, and keeping one tenant or one control plane from dragging the whole fleet. Open issues are ranked by likely impact so we work the highest-leverage fixes first, not the freshest.
The lens comes from the recent per-stage investigation (https://github.com/datum-cloud/infra/issues/3622): the cost of standing up an HTTPProxy is queue serialization, requeue floors, and DNS-agent saturation — not compute. Ranking favors blast radius, user-facing breakage, and fixes we already have evidence for.
Fleet-wide / all-tenant blast radius
SecurityPolicytakes down the entire shared downstream gateway (all tenants, zero listeners). Live prod incident. Guard in flight + e2e upgrade-gate.Readyfrozen indefinitely + a 5s retry loop driving OOMKills. Feeds the shared-apiserver OOM at https://github.com/datum-cloud/infra/issues/3323.User-facing feature broken
Convergence latency (current theme, actionable now)
Observability / prevention
Lower / longer-horizon
Design-scale:
Docs / e2e:
Dashboards / status plumbing:
GatewayClass hygiene:
Networking / deps:
Misc:
Recommended next, best impact × actionable × rides current momentum
Context
Convergence investigation and per-stage attribution: https://github.com/datum-cloud/infra/issues/3622.