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-cluster/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,10 @@ You can install and run the Mendix Operator in either Global or Standard mode. I
138
138
*[Running the Mendix Operator in Global Mode](/developerportal/deploy/global-operator/)
139
139
*[Running the Mendix Operator in Standard Mode](/developerportal/deploy/standard-operator/)
140
140
141
+
{{% alert color="info" %}}
142
+
For Mendix version 11.5.0 and above, you will need to install Mendix Operator version 2.24 or above.
143
+
{{% /alert %}}
144
+
141
145
### Licensing the Application with Private Cloud License Manager
142
146
143
147
You can license the Operator and Runtime of your application by configuring the Operator configuration with License Manager details. In order to start using Private Cloud License Manager, you need to first download the PCLM executable available in the Installation page. For more information, see [Private Cloud License Manager](/developerportal/deploy/private-cloud/private-cloud-license-manager/). The PCLM executable is available for download from this page.
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-global-operator.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ It is essential to ensure that each namespace is exclusively managed by a single
15
15
16
16
Global Operator installation is supported officially from Operator version v2.20.0 and above.
17
17
18
+
{{% alert color="info" %}}
19
+
For Mendix version 11.5.0 and above, you will need to install Mendix Operator version 2.24 or above.
20
+
{{% /alert %}}
21
+
18
22
## Installing the Global Operator
19
23
20
24
While installing the Mendix Operator in Global mode, you must first deploy the Mendix Operator and Agent within the *Global Operator namespace*. A Global Operator namespace comprises the Operator itself, the Agent, and the configuration that instructs the Operator on the namespaces it should oversee.
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-standard-operator.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ When running the Mendix Operator in Standard mode, you must install it separatel
13
13
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.
14
14
{{% /alert %}}
15
15
16
+
{{% alert color="info" %}}
17
+
For Mendix version 11.5.0 and above, you will need to install Mendix Operator version 2.24 or above.
18
+
{{% /alert %}}
19
+
16
20
## Downloading the Configuration Tool {#download-configuration-tool}
17
21
18
22
Before you can use the Mendix Operator in your namespace you need to install it and configure the services your app will use. Mendix provides you with a **Configuration Tool** which guides you through the process.
| Linux (x64) | All versions|`https://cdn.mendix.com/runtime/mxbuild-{mxversion}.tar.gz`|
19
-
| Windows (x64) |All version of Studio Pro 11|`https://cdn.mendix.com/runtime/win-mxbuild-{mxversion}.tar.gz`|
18
+
| Linux (x64) | All |`https://cdn.mendix.com/runtime/mxbuild-{mxversion}.tar.gz`|
19
+
| Windows (x64) |11 |`https://cdn.mendix.com/runtime/win-mxbuild-{mxversion}.tar.gz`|
20
20
21
21
{{% alert color="info" %}}
22
+
In Mendix version 11.5.0 and above, `{mxversion}` follows a SemVer pattern `major.minor.patch` with the occasional pre-release suffix (for example, `11.5.0` or `11.6.0-beta.1` for planned pre-releases).
22
23
23
-
A build number is included in the version, which has to be included in the link path mentioned above (for example, `11.0.0.9976` is the 9976 build of the 11.0.0 Studio Pro release).
24
-
25
-
You can find the build number in path of your Mendix installation (for example, if your installation looks like this `C:\Program Files\Mendix\11.0.0.9976`, use this URL to get your files: [https://cdn.mendix.com/runtime/mxbuild-11.0.0.9976.tar.gz](https://cdn.mendix.com/runtime/mxbuild-11.0.0.9976.tar.gz)).
24
+
In Mendix versions below 11.5.0, a build number is included in the version, which has to be included in `{mxversion}` in the link path mentioned above (for example, `11.0.0.73100` is the 73100 build of the 11.0.0 Studio Pro release). You can find the build number in the path of your Mendix installation (for example, if your installation looks like this `C:\Program Files\Mendix\11.0.0.73100`, use this URL to get your files: [https://cdn.mendix.com/runtime/mxbuild-11.0.0.73100.tar.gz](https://cdn.mendix.com/runtime/mxbuild-11.0.0.73100.tar.gz)).
26
25
27
26
Any public version of Studio Pro in this [Studio Pro Releases List](https://marketplace.mendix.com/link/studiopro/) will allow you to download MxBuild files. If you experience trouble downloading files, make sure your build is listed there.
28
27
29
-
As of Studio Pro 11.5.0, Mendix introduced a change in the versioning schema by dropping the fourth element, known as the build number. Versions now follow a SemVer pattern `major.minor.patch` with the occasional pre-release suffix (for example, `11.5.0` or `11.6.0-beta.1` for planned pre-releases).
30
-
31
28
{{% /alert %}}
32
29
33
30
You can extract the files using an archival tool, such as [7-Zip](https://www.7-zip.org/).
0 commit comments