Uninstall & Cleanup
Overview
Pre-cleanup Steps
1. Identify Resources
# List all resources in namespace
kubectl get all -n observo
# List persistent volumes
kubectl get pvc -n observo
2. Backup Important Data
# Backup configurations
helm get values observo-manager -n observo > values-backup.yaml
# Backup secrets
kubectl get secret postgres-auth -n observo -o yaml > postgres-auth-backup.yamlUninstallation Steps
1. Remove Helm Release
2. Delete Persistent Volume Claims
3. Remove the Namespace
Additional Cleanup
1. Storage Cleanup
2. Registry Cleanup
3. Database Cleanup
Verification
Troubleshooting
Stuck Namespace
Stuck Resources
Best Practices
Notes
Last updated
Was this helpful?

