Skip to content

Commit 0e3e82e

Browse files
Merge pull request #10241 from MXClyde/patch-5
Remove recommendation to use Global Operator
2 parents 0e29c87 + 8deab77 commit 0e3e82e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ weight: 30
77

88
## Introduction
99

10-
When running the Mendix Operator in Standard mode, you must install it separately for every namespace where a Mendix app is deployed. However, the [Custom Resource Definitions (CRDs)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) are global and installed at the cluster level - shared and visible among all namespaces in a given Kubernetes/OpenShift cluster. This can potentially lead to redundancies and conflicts, as well as issues when upgrading a single Mendix Operator installation.
11-
12-
To avoid these potential issues, you can [run the Mendix Operator in Global mode](/developerportal/deploy/global-operator/). However, the Standard mode is still available for existing customers, and to support use cases that require having a separate Operator instance for every namespace.
10+
When running the Mendix Operator in Standard mode, you must install it separately for every namespace where a Mendix app is deployed.
1311

1412
{{% alert color="warning" %}}
1513
It is essential to ensure that each namespace is exclusively managed by a single Operator. The deployment of two Operators, particularly with distinct versions, to manage the same namespace, may lead to conflicts, resulting in the cancellation and rollback of each operator's modifications.

0 commit comments

Comments
 (0)