Error from server(Forbidden)
Getting the below error while trying to get default-quotas for bank-pl namespace
Solution :
quota and resourcequota will show the same thing luckily in kubernetes. Run a command like this to get what you need .
kubectl n=bank-pl get resourcequota -o yaml
Recent Posts