From 01bd547d3ec0f4f16d84d182f8a83e6bb84c11c8 Mon Sep 17 00:00:00 2001 From: Supriya Sirbi Date: Thu, 20 Jun 2019 00:44:31 +0530 Subject: [PATCH] Issue #14768- update Resource-quotas.md (#14963) Remove "cpu" and "memory" description since they are no longer used --- content/en/docs/concepts/policy/resource-quotas.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/concepts/policy/resource-quotas.md b/content/en/docs/concepts/policy/resource-quotas.md index a88bc3d468..dee980efe1 100644 --- a/content/en/docs/concepts/policy/resource-quotas.md +++ b/content/en/docs/concepts/policy/resource-quotas.md @@ -66,10 +66,8 @@ The following resource types are supported: | Resource Name | Description | | --------------------- | ----------------------------------------------------------- | -| `cpu` | Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. | | `limits.cpu` | Across all pods in a non-terminal state, the sum of CPU limits cannot exceed this value. | | `limits.memory` | Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value. | -| `memory` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. | | `requests.cpu` | Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. | | `requests.memory` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |