From 10fc912b5bc59dcab41cd5693e56d51cda75bf0a Mon Sep 17 00:00:00 2001 From: netroby Date: Wed, 23 Aug 2017 07:52:27 +0800 Subject: [PATCH] Uppercase first letter (#5085) --- docs/concepts/policy/resource-quotas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/policy/resource-quotas.md b/docs/concepts/policy/resource-quotas.md index e1453e1813..814567c440 100644 --- a/docs/concepts/policy/resource-quotas.md +++ b/docs/concepts/policy/resource-quotas.md @@ -219,10 +219,10 @@ automatically give each namespace the ability to consume more resources. Sometimes more complex policies may be desired, such as: - - proportionally divide total cluster resources among several teams. - - allow each tenant to grow resource usage as needed, but have a generous + - Proportionally divide total cluster resources among several teams. + - Allow each tenant to grow resource usage as needed, but have a generous limit to prevent accidental resource exhaustion. - - detect demand from one namespace, add nodes, and increase quota. + - Detect demand from one namespace, add nodes, and increase quota. Such policies could be implemented using ResourceQuota as a building-block, by writing a 'controller' which watches the quota usage and adjusts the quota