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.
Troubleshoot Release Controller alerts¶
This section describes the investigation and troubleshooting steps for the MOSK Release Controller service.
MCCReleaseControllerDeploymentStateCritical¶
Root cause |
There are no Release Controller replicas scheduled in the cluster. By default, 3 replicas should be scheduled. The controller was either deleted or downscaled to 0. |
---|---|
Investigation |
|
Mitigation |
If the Release Controller deployment has been downscaled to 0, set the
replicas back to 3 in the kubectl edit deployment -n kaas release-controller-release-controller
|