File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ KusionStack Controller Mesh is a solution that helps developers managing their c
6
6
7
7
The design architecture of this project is based on [ openkruise/controllermesh] ( https://github.com/openkruise/controllermesh ) .
8
8
9
+ More info about KusionStack ControllerMesh 👉 [ Doc.] ( https://kusionstack.io/docs/ctrlmesh/intro/ )
10
+
9
11
## Key Features
10
12
11
13
1 . ** Sharding** : Through relevant configurations, Kubernetes single-point deployed operator applications can be flexibly shard deployed.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Controller Mesh requires **Kubernetes version >= 1.18**
8
8
** Install with helm**
9
9
``` bash
10
10
# Firstly add KusionStack charts repository if you haven't do this.
11
- $ helm repo add kusionstack https://kusionstack.io/charts
11
+ $ helm repo add kusionstack https://kusionstack.github. io/charts
12
12
13
13
# To update the kusionstack repo.
14
14
$ helm repo update kusionstack
Original file line number Diff line number Diff line change 5
5
Controller Mesh requires ** Kubernetes version >= 1.18**
6
6
``` shell
7
7
# Firstly add charts repository if you haven't do this.
8
- $ helm repo add kusionstack https://kusionstack.io/charts
8
+ $ helm repo add kusionstack https://kusionstack.github. io/charts
9
9
10
10
# To update the kusionstack repo.
11
11
$ helm repo update kusionstack
You can’t perform that action at this time.
0 commit comments