Check quota for kubernetes

This commit is contained in:
2020-04-07 11:11:38 +10:00
parent c87f324375
commit fe73563d0e
+2
View File
@@ -375,6 +375,8 @@ kubectl config set-context gce --user=cluster-admin --namespace=foo \
kubectl config unset users.foo # delete user foo
kubectl describe quota # Check quota for current namespace
```
### Some explanation