Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.38 KB

File metadata and controls

50 lines (35 loc) · 1.38 KB

Uninstalling the Operator

To uninstall the Operator, perform the following steps:

  1. Delete the RAG pipeline:

    $ kubectl delete helmpipeline -n kube-trailblazer-system rag-llm-pipeline

    Example Output

    helmpipeline.package.nvidia.com "rag-llm-pipeline" deleted
    
  2. Optional: Delete the namespace for the RAG pipeline:

    $ kubectl delete namespace rag-llm-pipeline
  3. Uninstall the Operator:

    $ helm delete -n kube-trailblazer-system $(helm list -n kube-trailblazer-system | grep developer-llm-operator | awk '{print $1}')

    Example Output

    release "developer-llm-operator-0-1705070979" uninstalled