Skip to content

Commit

Permalink
Update documents about Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
TeslaCN committed Jun 13, 2022
1 parent 7d639ae commit 3638a6c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight = 3

```shell
helm repo add shardingsphere https://shardingsphere.apache.org/charts
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

## 操作步骤
Expand Down Expand Up @@ -37,17 +37,17 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts
以 ShardingSphere-Proxy 命名安装 charts:

```shell
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

#### 源码安装
```shell
cd shardingsphere-proxy/charts/governance
cd apache-shardingsphere-proxy/charts/governance
helm dependency build
cd ../..
helm dependency build
cd ..
helm install shardingsphere-proxy shardingsphere-proxy
helm install shardingsphere-proxy apache-shardingsphere-proxy
```

执行上述命令以执行默认配置进行安装。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use [Helm](https://helm.sh/) to provide guidance for the installation of Shardin

```shell
helm repo add shardingsphere https://shardingsphere.apache.org/charts
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

## Step By Step
Expand All @@ -36,17 +36,17 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts
2. Install ShardingSphere-Proxy charts:

```shell
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

#### Source installation
```shell
cd shardingsphere-proxy/charts/governance
cd apache-shardingsphere-proxy/charts/governance
helm dependency build
cd ../..
helm dependency build
cd ..
helm install shardingsphere-proxy shardingsphere-proxy
helm install shardingsphere-proxy apache-shardingsphere-proxy
```

Charts will be installed with default configuration if above commands executed.
Expand Down
8 changes: 4 additions & 4 deletions shardingsphere-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use [Helm](https://helm.sh/) to provide guidance for the installation of Shardin

```shell
helm repo add shardingsphere https://shardingsphere.apache.org/charts
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

## Step By Step
Expand All @@ -33,17 +33,17 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts
Install ShardingSphere-Proxy charts:

```shell
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

#### Source installation
```shell
cd shardingsphere-proxy/charts/governance
cd apache-shardingsphere-proxy/charts/governance
helm dependency build
cd ../..
helm dependency build
cd ..
helm install shardingsphere-proxy shardingsphere-proxy
helm install shardingsphere-proxy apache-shardingsphere-proxy
```

Charts will be installed with default configuration if above commands executed.
Expand Down
8 changes: 4 additions & 4 deletions shardingsphere-charts/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```shell
helm repo add shardingsphere https://shardingsphere.apache.org/charts
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

## 操作步骤
Expand Down Expand Up @@ -34,17 +34,17 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts
以 ShardingSphere-Proxy 命名安装 charts:

```shell
helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
```

#### 源码安装
```shell
cd shardingsphere-proxy/charts/governance
cd apache-shardingsphere-proxy/charts/governance
helm dependency build
cd ../..
helm dependency build
cd ..
helm install shardingsphere-proxy shardingsphere-proxy
helm install shardingsphere-proxy apache-shardingsphere-proxy
```

执行上述命令以执行默认配置进行安装。
Expand Down

0 comments on commit 3638a6c

Please sign in to comment.