Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set covers all product layers, including MOSK management (formerly Container Cloud). This means everything you need is in one place. Some legacy names may remain in the code and documentation and will be updated in future releases. The separate Container Cloud documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Enhancements¶
This section outlines new features and enhancements introduced in the Cluster release 5.22.0.
MCR version update¶
Updated the Mirantis Container Runtime (MCR) version from 20.10.6 to 20.10.8 for the Container Cloud management, regional, and managed clusters on all supported cloud providers.
Learn more
Mirantis Container Cloud alerts¶
Implemented the MCCLicenseExpirationCritical and
MCCLicenseExpirationMajor alerts that notify about Mirantis Container Cloud
license expiration in less than 10 and 30 days.
Learn more
Improvements to StackLight alerting¶
Implemented the following improvements to StackLight alerting:
Enhanced Kubernetes applications alerting:
Reworked the Kubernetes applications alerts to minimize flapping, avoid firing during pod rescheduling, and to detect crash looping for pods that restart less frequently.
Added the
KubeDeploymentOutage,KubeStatefulSetOutage, andKubeDaemonSetOutagealerts.Removed the redundant
KubeJobCompletionalert.Enhanced the alert inhibition rules to reduce alert flooding.
Improved alert descriptions.
Split
TelemeterClientFederationFailedintoTelemeterClientFailedandTelemeterClientHAFailedto separate alerts depending on the HA mode disabled or enabled.Updated the description for
DockerSwarmNodeFlapping.
Learn more
Node Exporter collectors¶
Disabled unused Node Exporter collectors and implemented the capability to
manually enable needed collectors using the
nodeExporter.extraCollectorsEnabled parameter. Only the following
collectors are now enabled by default in StackLight:
|
|
|
|
Learn more
Automated Ceph LCM¶
Implemented full support for automated Ceph LCM operations using the
KaaSCephOperationRequest CR, such as addition or removal of Ceph OSDs and
nodes, as well as replacement of failed Ceph OSDs or nodes.
Learn more
Ceph CSI provisioner tolerations and node affinity¶
Implemented the capability to specify Container Storage Interface (CSI)
provisioner tolerations and node affinity for different Rook resources.
Added support for the all and mds keys in toleration rules.
Ceph KaaSCephCluster.status enhancement¶
Extended the fullClusterInfo section of the KaaSCephCluster.status
resource with the following fields:
cephDetails- contains verbose details of a Ceph cluster statecephCSIPluginDaemonsStatus- contains details on all Ceph CSIs
Learn more