We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabefec commit d7174aeCopy full SHA for d7174ae
README.md
@@ -9,7 +9,7 @@ create-multicluster-kind.sh
9
```
10
11
### 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
+This step would create a clusterset called `app-platform-clusters` and binds it with the namespace `default`
13
14
create-multicluster-kind.sh
15
@@ -20,3 +20,14 @@ create-multicluster-kind.sh
20
create-placement.sh
21
22
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