Skip to content

Commit 40f709b

Browse files
authored
Merge pull request #18 from KusionStack/231204-readme
doc: update readme
2 parents 9b4b286 + cfbd719 commit 40f709b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ KusionStack Controller Mesh is a solution that helps developers managing their c
66

77
The design architecture of this project is based on [openkruise/controllermesh](https://github.com/openkruise/controllermesh).
88

9+
More info about KusionStack ControllerMesh 👉 [Doc.](https://kusionstack.io/docs/ctrlmesh/intro/)
10+
911
## Key Features
1012

1113
1. **Sharding**: Through relevant configurations, Kubernetes single-point deployed operator applications can be flexibly shard deployed.

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Controller Mesh requires **Kubernetes version >= 1.18**
88
**Install with helm**
99
```bash
1010
# 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
1212

1313
# To update the kusionstack repo.
1414
$ helm repo update kusionstack

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Controller Mesh requires **Kubernetes version >= 1.18**
66
```shell
77
# 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
99

1010
# To update the kusionstack repo.
1111
$ helm repo update kusionstack

0 commit comments

Comments
 (0)