Cleanup and Uninstall Guide
Pre-cleanup Steps
1. Backup Important Data
# Backup Kubernetes configurations
kubectl get all -n observo-client -o yaml > observo-backup.yaml
# Backup nginx configurations
sudo cp /etc/nginx/conf.d/stream/tcp-proxy.conf nginx-backup.conf
# Backup k3s configuration
sudo cp /etc/rancher/k3s/k3s.yaml k3s-backup.yamlUninstallation Steps
1. Remove Observo Components
# Remove all resources in observo-client namespace
kubectl delete namespace observo-client
# Verify removal
kubectl get namespace observo-client2. Clean Up k3s Installation
3. Remove Nginx Configuration
4. Clean Up System Files
Storage Cleanup
1. Remove Persistent Data
2. Clean Container Storage
Last updated
Was this helpful?

