Skip to content

Commit

Permalink
Merge branch 'master' into upgrades-for-helm-
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Nov 16, 2021
2 parents 0eb7976 + b80e8b6 commit ec46e8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs-2.0/nebula-operator/2.deploy-nebula-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ helm install nebula-operator nebula-operator/nebula-operator --namespace=<nebula

1. 拉取最新的Helm仓库。


```bash
helm repo update
```
Expand All @@ -201,7 +202,7 @@ helm install nebula-operator nebula-operator/nebula-operator --namespace=<nebula
```bash
helm upgrade nebula-operator nebula-operator/nebula-operator --namespace=<namespace_name> --version={{operator.release}}
```

示例:

```bash
Expand Down Expand Up @@ -248,6 +249,7 @@ helm install nebula-operator nebula-operator/nebula-operator --namespace=<nebula
```bash
customresourcedefinition.apiextensions.k8s.io/nebulaclusters.apps.nebula-graph.io created
```


### 卸载Nebula Operator

Expand Down
1 change: 1 addition & 0 deletions docs-2.0/nebula-operator/9.upgrade-nebula-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

- 不支持升级通过0.8.0版Operator创建的集群。


## 使用Kubectl升级Nebula Graph集群

### 前提条件
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.2.2
mkdocs==1.2.3
mkdocs-material-extensions==1.0.1
mkdocs-material
mkdocs-macros-plugin
Expand Down

0 comments on commit ec46e8f

Please sign in to comment.