Skip to content

Commit 3835706

Browse files
committed
update docs
1 parent daff1b1 commit 3835706

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ The design architecture of this project is based on [openkruise/controllermesh](
1616
3. **Circuit breaker and rate limiter**: Not only Kubernetes operation requests, but also other external operation requests.
1717
4. **Multicluster routing and sharding**: This feature is supported by [kusionstack/kaera(karbour)]()
1818

19-
<p align="center"><img width="800" src="./docs/img/img4.png"/></p>
19+
<p align="center"><img width="800" src="./docs/img/img5.png"/></p>
2020

2121
## Quick Start
2222
Visit [Quick Start]().
2323

2424

2525
## Installation
26-
**Install by helm** (TODO)
26+
**Install by helm**
2727
```shell
2828
# Firstly add charts repository if you haven't do this.
29-
$ helm repo add kusionstack https://kusionstack.github.io/charts/
29+
$ helm repo add kusionstack https://kusionstack.io/charts
3030

3131
# [Optional]
3232
$ helm repo update
3333

3434
# Install the latest version.
35-
$ helm install kridge kusionstack/kridge --version 0.0.x
35+
$ helm install kridge kusionstack/kridge --version v0.1.0
3636

3737
# Uninstall
3838
$ helm uninstall kridge

docs/img/img5.png

308 KB
Loading

docs/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
## Installation
33

4-
**Install by helm**
4+
**Helm**
55
```shell
66
# Firstly add charts repository if you haven't do this.
7-
$ helm repo add kusionstack https://kusionstack.github.io/charts/
7+
$ helm repo add kusionstack https://kusionstack.io/charts
88

99
# [Optional]
1010
$ helm repo update
1111

1212
# Install the latest version.
13-
$ helm install kridge kusionstack/kridge --version 0.0.x
13+
$ helm install kridge kusionstack/kridge --version v0.1.0
1414

1515
# Uninstall
1616
$ helm uninstall kridge

docs/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The design architecture of this project is based on [openkruise/controllermesh](
1313
3. **Circuit breaker and rate limiter**: Not only Kubernetes operation requests, but also other external operation requests.
1414
4. **Multicluster routing and sharding**: This feature is supported by [kusionstack/kaera(karbour)]()
1515

16-
<p align="center"><img width="800" src="../docs/img/img4.png"/></p>
16+
<p align="center"><img width="800" src="../docs/img/img5.png"/></p>

0 commit comments

Comments
 (0)