Problem with displaying resources consumed by the pod

After the update, the resources consumed by the pod are now incorrectly displayed

The following limits have been allocated to this resource:

    resources:
      limits:
        cpu: "5"
        memory: "32G"
      requests:
        cpu: "5"
        memory: "32G"

Does the pod have multiple containers? If yes, we expect this to be fixed in the next release.

1 Like