Surfaces previously hidden topics that had URL conflicts, moves pages to index.md as often as possible

This commit is contained in:
johndmulhausen
2016-03-29 14:58:48 -07:00
parent dc9bb89c09
commit 0d31281f27
30 changed files with 1800 additions and 1779 deletions
@@ -45,7 +45,7 @@ case you can try several things:
kubectl get nodes -o yaml | grep '\sname\|cpu\|memory'
kubectl get nodes -o json | jq '.items[] | {name: .metadata.name, cap: .status.capacity}'
The [resource quota](/docs/admin/resource-quota/)
The [resource quota](/docs/admin/resourcequota/)
feature can be configured to limit the total amount of
resources that can be consumed. If used in conjunction with namespaces, it can
prevent one team from hogging all the resources.