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: content/en/docs/deployment/private-cloud/private-cloud-operator.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,10 +229,10 @@ You must make the following changes:
229
229
* **environmentVariables** - Set the environment variables for the Mendix app container, and JVM arguments through the `JAVA_TOOL_OPTIONS` environment variable.
230
230
* **clientCertificates** - Specify client certificates to be used for TLS calls to Web Services and REST services.
231
231
* **runtimeMetricsConfiguration** - Specify how metrics should be collected. Any non-empty values override the [default values](/developerportal/deploy/private-cloud-cluster/#customize-runtime-metrics) from `OperatorConfiguration`. Refer to [Monitoring Environments in Mendix on Kubernetes](/developerportal/deploy/private-cloud-monitor/) for details on how to monitor your environment.
232
-
* **runtimeLeaderSelection** - Specify how the leader replica should be selected. Valid options are
233
-
* `assigned` (default mode) - the `master` deployment will run one leader replica, while the `worker` deployment will run all additional replicas;
234
-
* `none` - do not run any leader replicas, `master` deployment is scaled down to zero; this mode requires a specific infrastructure configuration, please consult with Mendix Expert Services before using this feature)
235
-
* `leaderless` - a mode where the nodes dynamically choose a leader (**in preview**, requires Mendix Runtime 10.24 or higher, and Mendix Operator 2.23 or higher)
232
+
* **runtimeLeaderSelection** - Specify how the leader replica should be selected. The following options are available:
233
+
* `assigned` (default mode) - The `master` deployment runs one leader replica, while the `worker` deployment runs all additional replicas.
234
+
* `none` - Do not run any leader replicas, `master` deployment is scaled down to zero. This mode requires a specific infrastructure configuration. Contact Mendix Expert Services before using this feature.
235
+
* `leaderless` - A mode where the nodes dynamically choose a leader. This feature is in preview mode. It requires Mendix Runtime 10.24 or higher, and Mendix Operator 2.23 or higher.
236
236
* **customPodLabels** - Specify additional pod labels. Avoid using labels that start with the `privatecloud.mendix.com/` prefix.
237
237
* **general** - Specify additional labels for all pods of the app.
238
238
* **deploymentStrategy** - Specify parameters for the deployment strategy. For more information, see the reduced downtime deployment documentation.
0 commit comments