CKS - Lab - Implementing Resource Quotas in Kubernetes

Doing as instructed but grader fails me:

My pod.yaml matches the one provided in the solution:

Any idea why grader fails?

Hi @camelel

The question asks to create a Pod by exceeding the resource limits defined in the resource quota for team-b.
Your logs show you tried by increasing the resources.requests but not the resources.limits.

Subtle difference.

Ok thanks for your response.
By the way, I did the lab again and configured the limits properly but the name of the team-b-app-pod.yaml file was named differently and that’s why the grader failed me… once I gave the file the right name, the grader passed me.

1 Like