Skip to content

Commit

Permalink
doc: add a brief description for StorageClass
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Mar 20, 2024
1 parent 477d0c1 commit 005bb8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Refer to [cluster.yml](https://github.com/eclipse/jifa/blob/main/cluster.yml).

Command: `kubectl apply -f cluster.yml`

If your cluster does not have a default `Storage Class`, you need to modify `cluster.yml` to set it.

### Deploy a Static Cluster (only contains master nodes and static worker nodes)

The first two steps are the same as standalone mode.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/zh/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

命令:`kubectl apply -f cluster.yml`

如果集群没有默认的 `Storage Class`,需要修改 `cluster.yml` 进行设置。

### 部署静态集群(仅包含主节点和静态工作节点)

构建和解压步骤和单机模式一样。
Expand Down

0 comments on commit 005bb8b

Please sign in to comment.