You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/getting-started.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,21 @@
5
5
6
6
Let’s look at an example of creating a multi-instance WordPress Service using KubePlus. The WordPress service provider goes through the following steps on their cluster.
7
7
8
-
**NOTE:** If you have not set up KubePlus, follow the [Installation](../README.md#installation) steps to set up KubePlus.
8
+
**NOTE:**
9
+
If you have not set up KubePlus, follow the [Installation](../README.md#installation) steps to set up KubePlus.
10
+
Create the resourcecomposition instance and application CRD instances in the same namespace where KubePlus is deployed.
11
+
KubePlus will ignore creation of resourcecomposition instance and application CRD instances if other namespaces are used.
12
+
In the below steps, `KUBEPLUS_NS` is the namespace in which KubePlus is deployed.
*The WordPress Helm chart can be specified as a [public URL](./examples/multitenancy/application-hosting/wordpress/wordpress-service-composition.yaml) or can be [available locally](./examples/multitenancy/application-hosting/wordpress/wordpress-service-composition-localchart.yaml).*
0 commit comments