Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/change-logs/edge/edge-2025.0.8-uninstallation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
date: 2024-01-09
title: Deleting the Edge installation now removes all volumes from Kubernetes
change_type:
- value: change-VSkj2iV9m
label: Fix
product_area: Edge
component:
- value: component-g7hnfbu4J
label: Edge
build_artifact:
- value: tc-nJH2U7g3u
label: edge
ticket: CIE-5477
version: 2025.0.8
---
The uninstallation procedure for Edge on a self-managed Kubernetes cluster includes the deletion of the Edge Custom Resource. Previously, this did not delete the MongoDB volume, leaving behind a potentially space-consuming chunk of tenant data on disk. This sometimes caused subsequent fresh installations to use old tenant data, resulting in various sorts of malfunctions. This issue has now been fixed, and the uninstallation procedure cleans up all volumes associated with that Edge instance.