A namespace has no resource quota when no ResourceQuota exists in that namespace. In multi-tenant or shared clusters, missing quotas can allow one tenant to consume most cluster resources and impact others.
Warning
N/A
- Report shows: Namespace <name> has no resource quota
- No ResourceQuota object exists in the namespace
- Create a ResourceQuota for the namespace, limiting total requests/limits (e.g. CPU, memory, PVC count)
- Set quotas based on capacity and tenant budget; use with LimitRange
- For system namespaces (e.g. kube-system), configure quota only if needed