CKA-MOCK 3, questions:1 issue

Question:1
One of our Junior DevOps engineers have deployed a pod nginx-wl06 on the cluster3-controlplane node. However, while specifying the resource limits, instead of using Mebibyte as the unit, Gebibyte was used.

As a result, the node doesn’t have sufficient resources to deploy this pod and it is stuck in a pending state

Fix the units and re-deploy the pod (Delete and recreate the pod if needed).

Many times i have solve this questions with wdit 280Gi to 280Mi but answer showing incorrect.
Please tell us how to solve this question, otherwise if have any problem please solve the issue.

Labs are containers within containers. The issue here is that all the lab nodes can see the total memory of the cloud instance on which the lab is running - which is sufficient to satisfy the pod’s request.

A ticket has been raised to fix it