Skip to main content
Version: 3.11.0

Uninstall NebulaGraph Operator

This topic introduces how to uninstall NebulaGraph Operator.

Steps

  1. Uninstall the NebulaGraph Operator chart.
helm uninstall nebula-operator --namespace=<nebula-operator-system>
  1. View the information about the default-created CRD.
kubectl get crd

Output:

NAME CREATED AT
nebulaautoscalers.autoscaling.nebula-graph.io 2023-11-01T04:16:51Z
nebulaclusters.apps.nebula-graph.io 2023-10-12T07:55:32Z
nebularestores.apps.nebula-graph.io 2023-02-04T23:01:00Z
  1. Delete CRD.
kubectl delete crd nebulaclusters.apps.nebula-graph.io nebularestores.apps.nebula-graph.io nebulaautoscalers.autoscaling.nebula-graph.io