Skip to content

Commit

Permalink
fix a repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kratos-Lee committed Jan 1, 2025
1 parent 9b3f7f6 commit 77e7ce2
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,13 @@ obd --version

3. 编辑 obd yaml 部署配置文件
4. 部署 oceanbase 集群

1. 在使用 `obd cluster deploy` 之后会在当前对应的用户家目录下生成一个 ` .obd` 的隐藏目录。
2. `${your_deploy_name}` 指定的名字跟配置文件中的 `app_name` 没有关系(名字可以一样,也可以不一样),可以根据需要设置。
3. 这一步并不是真正的部署 OceanBase 集群,是创建目录结构、授权等。
```yaml
obd cluster deploy ${your_deploy_name} -c distributed-with-obproxy-example.yaml
```

1. 在使用 `obd cluster deploy` 之后会在当前对应的用户家目录下生成一个 ` .obd` 的隐藏目录。
2. `${your_deploy_name}` 指定的名字跟配置文件中的 `app_name` 没有关系(名字可以一样,也可以不一样),可以根据需要设置。
3. 这一步并不是真正的部署 OceanBase 集群,是创建目录结构、授权等。

5. 启动集群

Expand Down

0 comments on commit 77e7ce2

Please sign in to comment.