Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set will cover all product layers, including MOSK management (formerly MCC). This means everything you need will be in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Troubleshoot Kubernetes resources alerts¶
This section describes the investigation and troubleshooting steps for the Kubernetes resources alerts.
KubeCPUOvercommitPods¶
Root cause |
The sum of Kubernetes Pods CPU requests is higher than the average capacity of the cluster without one node or 80% of total nodes CPU capacity, depending on what is higher. It is a common issue of a cluster with too many resources deployed. |
---|---|
Investigation |
Select one of the following options to verify nodes CPU requests:
|
Mitigation |
Increase the node(s) CPU capacity or add a worker node(s). |
KubeMemOvercommitPods¶
Root cause |
The sum of Kubernetes Pods RAM requests is higher than the average capacity of the cluster without one node or 80% of total nodes RAM capacity, depending on what is higher. It is a common issue of a cluster with too many resources deployed. |
---|---|
Investigation |
Select one of the following options to verify nodes RAM requests:
|
Mitigation |
Increase the node(s) CPU capacity or add a worker node(s). |