File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ The design architecture of this project is based on [openkruise/controllermesh](
16
16
3 . ** Circuit breaker and rate limiter** : Not only Kubernetes operation requests, but also other external operation requests.
17
17
4 . ** Multicluster routing and sharding** : This feature is supported by [ kusionstack/kaera(karbour)] ( )
18
18
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 >
20
20
21
21
## Quick Start
22
22
Visit [ Quick Start] ( ) .
23
23
24
24
25
25
## Installation
26
- ** Install by helm** (TODO)
26
+ ** Install by helm**
27
27
``` shell
28
28
# 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
30
30
31
31
# [Optional]
32
32
$ helm repo update
33
33
34
34
# Install the latest version.
35
- $ helm install kridge kusionstack/kridge --version 0.0.x
35
+ $ helm install kridge kusionstack/kridge --version v0.1.0
36
36
37
37
# Uninstall
38
38
$ helm uninstall kridge
Original file line number Diff line number Diff line change 1
1
2
2
## Installation
3
3
4
- ** Install by helm **
4
+ ** Helm **
5
5
``` shell
6
6
# 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
8
8
9
9
# [Optional]
10
10
$ helm repo update
11
11
12
12
# Install the latest version.
13
- $ helm install kridge kusionstack/kridge --version 0.0.x
13
+ $ helm install kridge kusionstack/kridge --version v0.1.0
14
14
15
15
# Uninstall
16
16
$ helm uninstall kridge
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ The design architecture of this project is based on [openkruise/controllermesh](
13
13
3 . ** Circuit breaker and rate limiter** : Not only Kubernetes operation requests, but also other external operation requests.
14
14
4 . ** Multicluster routing and sharding** : This feature is supported by [ kusionstack/kaera(karbour)] ( )
15
15
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 >
You can’t perform that action at this time.
0 commit comments