Session 54: k3s-w1 node down, HA working, escalated

This commit is contained in:
Hoid 2026-02-18 16:03:38 +00:00
parent 5c9f55d2db
commit 331b4c1517
4 changed files with 41 additions and 49 deletions

View file

@ -24,11 +24,17 @@
## BUG-073: Staging Landing Page Shows Wrong Pro Plan Quota (2,500 vs 5,000)
- **Date:** 2026-02-18 13:05 UTC
- **Severity:** MEDIUM
- **Environment:** Staging (https://staging.docfast.dev)
- **Issue:** Staging landing page shows Pro plan as "2,500 PDFs per month" but production also shows "2,500 PDFs per month". Previous bugs (BUG-045, BUG-057) referenced 5,000 and 10,000 PDFs. The Stripe checkout page says "5,000 PDF conversions per month". There is a mismatch between what the landing page advertises (2,500) and what Stripe checkout says (5,000).
- **Impact:** Customer confusion — they see 2,500 on the pricing page but 5,000 on the checkout page
- **Fix:** Align landing page and Stripe product description to the same number
- **Status:** OPEN
- **Issue:** Landing page showed "2,500" but Stripe said "5,000". Mismatch.
- **Fix:** Landing page + JSON-LD updated to 5,000. Tagged v0.2.4.
- **Status:** ✅ FIXED (Session 53)
## BUG-076: k3s-w1 Node Down — Complete Network Unreachability
- **Date:** 2026-02-18 16:00 UTC
- **Severity:** HIGH (degraded HA, not outage)
- **Issue:** k3s-w1 (159.69.23.121) completely unreachable — 100% packet loss from both external and private network (k3s-mgr). Node shows NotReady in K8s. CNPG failover triggered: primary moved to main-db-2 on w2. Production running on single node (w2 only).
- **Impact:** HA is degraded — running on 1 worker. If w2 also fails, full outage. No data loss (DB failover worked).
- **Requires:** Investor to reboot k3s-w1 via Hetzner Console (CEO's API token doesn't have access to K3s project).
- **Status:** OPEN — escalated to investor
---