Skip to content

Commit f1d731a

Browse files
Update mendix-for-private-cloud.md
1 parent 2f6146e commit f1d731a

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@ For information on the current status of deployment to Mendix for Private Cloud
1717
#### Mendix Operator v2.21.0 {#2.21.0}
1818

1919
* 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.
20-
* 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.
21-
* 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).
20+
* 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.
21+
* 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 than 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.
24-
* We have updated documentation that Kubernetes 1.32 is supported by the Mendix Operator.
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 does not mean that there is an issue, and can therefore be ignored.
24+
* We have updated documentation with information that Kubernetes 1.32 is supported by the Mendix Operator.
2525
* 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.
2626

27-
#### Important note for upgrading
27+
#### Important Upgrade Information
2828

29-
With the introduction of ephemeral storage requests and limits, building an app requires at least 2GB of ephemeral storage available on the Kubernetes node.
30-
If your nodes don't have enough temporary storage, build pods won't be able to start and will stay in a `Pending` phase.
31-
To resolve this issue, you can lower the valus for `ephemeral-storage` in the [buildResources](/developerportal/deploy/private-cloud-cluster/#resource-definition-ocm) configuration.
29+
With the introduction of ephemeral storage requests and limits, building an app requires at least 2 GB of ephemeral storage available on the Kubernetes node. If your nodes do not have enough temporary storage, the build pods cannot start and their status remains **Pending**. To resolve this issue, you can lower the values for `ephemeral-storage` in the [buildResources](/developerportal/deploy/private-cloud-cluster/#resource-definition-ocm) configuration.
3230

3331
### February 12, 2025
3432

0 commit comments

Comments
 (0)