1 Commits

Author SHA1 Message Date
Hermes Platform Engineer
6967925c4f fix(homeassistant): add restartedAt annotation to trigger rollout and clean up stale Pending pod
The old ReplicaSet 789f79897c left a Pending pod (home-assistant-789f79897c-plf7n)
because the nucbox node is at 95.9% memory. Adding restartedAt annotation to
trigger a fresh rollout so the new ReplicaSet takes over.
2026-07-28 13:11:08 +00:00

View File

@@ -52,6 +52,8 @@ spec:
metadata: metadata:
labels: labels:
app: home-assistant app: home-assistant
annotations:
kubectl.kubernetes.io/restartedAt: "2026-07-28T00:00:00Z"
spec: spec:
containers: containers:
- name: home-assistant - name: home-assistant