Skip to content

Commit fb3b3b1

Browse files
Update private-cloud-operator.md
1 parent a3ea5f1 commit fb3b3b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/deployment/private-cloud/private-cloud-operator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ You must make the following changes:
229229
* **environmentVariables** - Set the environment variables for the Mendix app container, and JVM arguments through the `JAVA_TOOL_OPTIONS` environment variable.
230230
* **clientCertificates** - Specify client certificates to be used for TLS calls to Web Services and REST services.
231231
* **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.
236236
* **customPodLabels** - Specify additional pod labels. Avoid using labels that start with the `privatecloud.mendix.com/` prefix.
237237
* **general** - Specify additional labels for all pods of the app.
238238
* **deploymentStrategy** - Specify parameters for the deployment strategy. For more information, see the reduced downtime deployment documentation.

0 commit comments

Comments
 (0)