Skip to content

Commit d7174ae

Browse files
authored
Update README.md
1 parent aabefec commit d7174ae

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ create-multicluster-kind.sh
99
```
1010

1111
### Create a clusterset and bind it to a namespace
12-
This step would create a clusterset called `app-platform` and binds it with namespace default
12+
This step would create a clusterset called `app-platform-clusters` and binds it with the namespace `default`
1313
```
1414
create-multicluster-kind.sh
1515
```
@@ -20,3 +20,14 @@ create-multicluster-kind.sh
2020
create-placement.sh
2121
```
2222

23+
### Install ArgoCD
24+
Run the below script to install ArgoCD in managed cluster set `app-platform-clusters`
25+
```
26+
create-mwr-argocd.sh
27+
```
28+
29+
### Install OAM platform in the clusters
30+
Run the below script to install OAM platform in managed cluster set `app-platform-clusters`
31+
```
32+
create-mwr-app-platform.sh
33+
```

0 commit comments

Comments
 (0)