chore(prod): web pdb minAvailable 1->0 #3
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
feeldata/manifests!3
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/3/head"
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?
Why
feeldata-prod/webis a single-replica deployment on single-node OpenShift (nostromo, nodebridge). The PDBminAvailable: 1guarantees node drains hang because the only pod cannot be moved off the only node. The Prometheus alertPodDisruptionBudgetAtLimithas been firing for it.What
Set
spec.minAvailable: 0onenvironments/prod/web/pdb.yaml. Drain proceeds; pod restarts during the reboot window.Alternative considered
webto 2 replicas — fake HA on SNO (both pods on same node), doesn't help drain.Tracking
Refs: Systems-1zd (sub-task of Systems-fpd "nostromo: review single-replica PDBs blocking drains").