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: docs/platform/guides/client-organization/create-client-organization.md
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,48 @@ Click **Next** to continue.
89
89
90
90
## Step 4: Telemetry Configuration
91
91
92
-
In the final step, review the telemetry configuration that will be applied to the organization's `orgName-monitoring` namespace, then finish to create the client organization.
92
+
In the final step, configure the telemetry settings that will be applied to the organization's `orgName-monitoring` namespace, then finish to create the client organization.
93
+
94
+

95
+
96
+
-**Select Monitoring Type** — choose the monitoring stack to provision for the organization.
97
+
-**Logs** — set the **Retention Period** for collected logs.
98
+
-**Metrics** — set the retention periods for collected metrics:
99
+
-**Yearly Retention** — how long aggregated yearly metrics are kept.
100
+
-**Five Minute Retention** — how long five-minute resolution metrics are kept.
101
+
-**One Hour Retention** — how long one-hour resolution metrics are kept.
102
+
103
+
Click **Submit** to create the client organization, or **Previous** to go back.
93
104
94
105
Once created, the organization appears in the **Client Organizations** list and its admin can sign in to begin using it.
106
+
107
+
## Add a Cluster to an Existing Client Organization
108
+
109
+
You can also assign additional clusters to a client organization after it has been created.
110
+
111
+
From **Site Administration → Client Organizations**, select the organization you want to update.
112
+
113
+

114
+
115
+
On the organization's details page, review its **Basic Info** and the **Clusters** it is already assigned to, then click **Add Cluster**.
116
+
117
+

118
+
119
+
### Step 1: Select Cluster
120
+
121
+
In the first step of the **Add Cluster** wizard, choose the cluster to assign and optionally tune where its database workloads are scheduled.
122
+
123
+

124
+
125
+
-**Hub Cluster***(required)* — the management (hub) cluster for this assignment.
126
+
-**Spoke Cluster***(required)* — the spoke cluster where the organization's databases run.
127
+
-**Configure DB Nodepool***(optional)* — key/value labels used to target specific nodes for database workloads.
128
+
-**Tolerations***(optional)* — add tolerations so workloads can be scheduled onto tainted nodes. Each toleration takes an **Effect**, **Key**, **Operator**, and **Value**.
129
+
130
+

131
+
132
+
Click **Next** to continue.
133
+
134
+
### Remaining Steps
135
+
136
+
After selecting the cluster, the wizard continues with the same **Gateway Configuration** and **Telemetry Configuration** steps described above for creating a client organization. Configure them as needed, then finish to add the cluster to the organization.
0 commit comments