To uninstall the Operator, perform the following steps:
-
Delete the RAG pipeline:
$ kubectl delete helmpipeline -n kube-trailblazer-system rag-llm-pipelineExample Output
helmpipeline.package.nvidia.com "rag-llm-pipeline" deleted -
Optional: Delete the namespace for the RAG pipeline:
$ kubectl delete namespace rag-llm-pipeline -
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