- run first
kubectl get quota
- then it will display quotas available
- then run
kubectl describe quota <quota name>
if you don’t have any custom quota then you can create it as describe from https://kubernetes.io/docs/concepts/policy/resource-quotas/
CLICK HERE to find out more related problems solutions.