Merge pull request #8794 from ddysher/0-fix-0

resourcequota doc typo
This commit is contained in:
Saad Ali 2015-05-26 11:03:37 -07:00
commit 63ede2a1c0

View File

@ -1,6 +1,6 @@
# Administering Resource Quotas
Kubernetes can limit the both number of objects created in a namespace, and the
Kubernetes can limit both the number of objects created in a namespace, and the
total amount of resources requested by pods in a namespace. This facilitates
sharing of a single Kubernetes cluster by several teams or tenants, each in
a namespace.