- Home
- All questions
- Question 199
CKA study material · question 199 of 1000
An object violating a LimitRange is submitted. What does the API server return?
Show the answer
Answer: D. HTTP 403 Forbidden with a message naming the constraint
Violating a LimitRange makes the request fail with 403 Forbidden and a message explaining which constraint.
Source: Limit Ranges (Kubernetes) — Constraints on resource limits and requests