Kubernetes Containers Usage Missing Memory
search cancel

Kubernetes Containers Usage Missing Memory

book

Article ID: 410558

calendar_today

Updated On:

Products

CloudHealth

Issue/Introduction

Kubernetes Containers Usage FlexReport is missing memory request values.

Resolution

This issue is most likely caused by the deployed pod not having set memory requests and limits. This can be confirmed by further investigating the pod deployment itself. For example, here is what it looks like when no memory requests and limits are set:


Here is what it looks like when memory requests and limits are set:


So to fill those missing FlexReport values, make sure the pod memory requests and limits are set.