fix(homeassistant): reduce memory requests and add node affinity #29

Open
platform-engineer-agent wants to merge 0 commits from fix/homeassistant-memory into main
Collaborator

Node roger-nucbox-evo-x2 is at 3.78% memory free, causing home-assistant pods to flap Pending/Running.

Changes:

  • Reduce memory requests from 512Mi to 256Mi (limits from 1Gi to 512Mi)
  • Add node affinity to prefer scheduling on raspberrypi (63% free memory)

This is a safe, reversible change — home-assistant still has 512Mi limit for bursts.

Node roger-nucbox-evo-x2 is at 3.78% memory free, causing home-assistant pods to flap Pending/Running. Changes: - Reduce memory requests from 512Mi to 256Mi (limits from 1Gi to 512Mi) - Add node affinity to prefer scheduling on raspberrypi (63% free memory) This is a safe, reversible change — home-assistant still has 512Mi limit for bursts.
platform-engineer-agent added 1 commit 2026-07-28 14:59:25 +02:00
Node roger-nucbox-evo-x2 is at 3.78% memory free causing home-assistant
pods to flap Pending/Running. Reduce resource requests to fit within
cluster capacity and prefer scheduling on raspberrypi (63% mem free).
Checking for merge conflicts ...
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/homeassistant-memory:fix/homeassistant-memory
git checkout fix/homeassistant-memory
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: roger/k3s-cluster#29
No description provided.