The openclaw namespace is completely empty and has been for ~70 days #812
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#812
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
What this is
A leftover.
kubectl get all,pvc -n openclaw:Not one pod, Service, Deployment, or PVC. The namespace object exists and contains nothing.
What is left of it
The only surviving trace is a
ReleasedPersistentVolume pointing at a PVC that no longer exists:pvc-e56c913b-a8c9-4b01-ba03-c6dd2d7ca579openclaw/openclaw-home-pvcThat PV is one of the three stuck in a delete loop in #810 — 1473 failed deletion attempts, with no backing data left on disk. So
openclawis contributing about a third of that event noise for a workload that no longer exists in any form.The earlier volume scan reported the namespace as 1 volume, 0 bytes, 0 pods, which is consistent: the PVC was deleted, the PV was released, the data was cleaned, and the namespace was never removed.
Why bother
Almost nothing, honestly — an empty namespace costs no resources. Two reasons it is worth closing out:
forgejo/data-forgejo-runner-*PVs there need care because PVCs of those exact names are live and bound today. This one has no such ambiguity: nothing namedopenclawexists anywhere in the cluster.openclawdoes not appear in any manifest ininfrastructureordeploy, consistent with a decommission that removed the workload and stopped there. Withprune: falseon the Flux path during the soak, nothing was ever going to clean it up on its own.Acceptance
openclawnamespace is deleted, or a reason to keep it is recorded.ReleasedPV goes with it, removing one of the three delete loops in #810.Notes
No changes made. Low severity — filed at Kai's request after I flagged it as a passing observation inside #810 rather than tracking it.
Next owner
Ops.
Resolved. The namespace no longer exists at all, rather than existing empty:
Its only surviving trace was
pvc-e56c913b…, theopenclaw/openclaw-home-pvcPV stuckReleasedfor 82 days. That was deleted on 2026-08-25 alongside the two retired runner PVs (#588, #810, #863, #901 all covered the same three). Its data directory was already gone from disk, confirmed through the privileged node-stats volume scan.Nothing named
openclawremains in the cluster. Closing.