Cleanup and Uninstall Guide

This guide provides instructions for completely removing Observo Site and its components from your VM installation.

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.yaml

Uninstallation Steps

1. Remove Observo Components

# Remove all resources in observo-client namespace
kubectl delete namespace observo-client

# Verify removal
kubectl get namespace observo-client

2. Clean Up k3s Installation

3. Remove Nginx Configuration

4. Clean Up System Files

Storage Cleanup

1. Remove Persistent Data

2. Clean Container Storage

For additional assistance, refer to:

Last updated

Was this helpful?