From 94f5f2558921eacd6e3647f29065e7fbf21b2867 Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Thu, 17 Nov 2016 00:08:13 -0500 Subject: [PATCH] Fix container to pod in resource-qos.md --- docs/design/resource-qos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/resource-qos.md b/docs/design/resource-qos.md index b6feaae5807..cfbe4faf10d 100644 --- a/docs/design/resource-qos.md +++ b/docs/design/resource-qos.md @@ -51,7 +51,7 @@ The relationship between "Requests and Limits" and "QoS Classes" is subtle. Theo Pods can be of one of 3 different classes: -- If `limits` and optionally `requests` (not equal to `0`) are set for all resources across all containers and they are *equal*, then the container is classified as **Guaranteed**. +- If `limits` and optionally `requests` (not equal to `0`) are set for all resources across all containers and they are *equal*, then the pod is classified as **Guaranteed**. Examples: