Skip to content

Commit 2f6146e

Browse files
committed
Addressed review comments.
Added note that k8s 1.32 is supported.
1 parent ebe3b54 commit 2f6146e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If deploying to Red Hat OpenShift, you need to specify that specifically when cr
3636

3737
Mendix for Private Cloud Operator `v2.*.*` is the latest version which officially supports:
3838

39-
* Kubernetes versions 1.19 through 1.31
39+
* Kubernetes versions 1.19 through 1.32
4040
* OpenShift 4.6 through 4.17
4141

4242
{{% alert color="warning" %}}
@@ -65,7 +65,7 @@ To install the Mendix Operator, the cluster administrator will need permissions
6565
* Create roles in the target namespace or project
6666
* Create role bindings in the target namespace or project
6767

68-
The cluster should have at least 2 CPU cores and 2 GB memory *available*. This is enough to run one simple app - but does not include additional resources required by Kubernetes core components.
68+
The cluster should have at least 2 CPU cores, 2 GB memory and 3GB ephemeral-storage *available* on a Kubernetes node. This is enough to run one simple app - but does not include additional resources required by Kubernetes core components.
6969

7070
In OpenShift, the cluster administrator must have a `system:admin` role.
7171

content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ For information on the current status of deployment to Mendix for Private Cloud
1616

1717
#### Mendix Operator v2.21.0 {#2.21.0}
1818

19-
* We have switched all system containers to use a read-only root filesystem, and added an option to run Mendix app containers with a read-only rootfs.
19+
* We have switched all system containers to use a read-only root filesystem. For Mendix app containers, we added an option to use a read-only rootfs, which is disabled by default.
2020
* We have added a default on ephemeral storage usage - to ensure that temporary file storage is reserved and is limited, so that a container gets a guaranteed amount of temporary file storage that cannot be exceeded.
2121
* We have added a check in `mxpc-cli` to prevent CRD downgrades; starting from `mxpc-cli` version 2.21.0, the installation or upgrade process will keep cluster CRDs unchanged if the cluster has newer CRDs (compared to what is included with the installer).
2222
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
23-
* We have fixed a _Failed to determine if DDL migration needs approval_ error message that sometimes appeared when using a **Recreate** deployment strategy. This error message doesn't mean there's an issue and can be ignored.
23+
* We have fixed a *Failed to determine if DDL migration needs approval* error message that sometimes appeared when using a **Recreate** deployment strategy. This error message doesn't mean there's an issue and can be ignored.
24+
* We have updated documentation that Kubernetes 1.32 is supported by the Mendix Operator.
2425
* Upgrading to Mendix Operator v2.21.0 from a previous version will restart environments managed by that version of the Operator. Environments with 2 or more replicas and a **PreferRolling** update strategy will be restarted without downtime.
2526

26-
#### Known Issue
27+
#### Important note for upgrading
2728

2829
With the introduction of ephemeral storage requests and limits, building an app requires at least 2GB of ephemeral storage available on the Kubernetes node.
2930
If your nodes don't have enough temporary storage, build pods won't be able to start and will stay in a `Pending` phase.

0 commit comments

Comments
 (0)