Skip to content

Commit

Permalink
Update 3.2create-cluster-with-helm.md (#1791)
Browse files Browse the repository at this point in the history
* Update 3.2create-cluster-with-helm.md

* Update 3.2create-cluster-with-helm.md
  • Loading branch information
abby-cyber authored May 11, 2022
1 parent 12dfe3b commit 07d3ba7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ helm upgrade "${NEBULA_CLUSTER_NAME}" nebula-operator/nebula-cluster \
helm uninstall "${NEBULA_CLUSTER_NAME}" --namespace="${NEBULA_CLUSTER_NAMESPACE}"
```

或者使用真实值删除集群,例如:

```bash
helm uninstall nebula --namespace=nebula
```

## 后续操作

[连接 Nebula Graph 数据库](../4.connect-to-nebula-graph-service.md)
Expand Down

0 comments on commit 07d3ba7

Please sign in to comment.