From b36d8768c5676b3201f9eba4798e6920c44a7857 Mon Sep 17 00:00:00 2001 From: Tong Date: Wed, 20 Jul 2016 22:29:10 +0800 Subject: [PATCH] fixes a typo in example yaml --- docs/design/resource-qos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/resource-qos.md b/docs/design/resource-qos.md index 24b966fd230..e611306d046 100644 --- a/docs/design/resource-qos.md +++ b/docs/design/resource-qos.md @@ -120,8 +120,8 @@ containers: cpu: 100m memory: 100Mi requests: - cpu: 10m - memory: 1Gi + cpu: 100m + memory: 100Mi ``` - If `requests` and optionally `limits` are set (not equal to `0`) for one or more resources across one or more containers, and they are *not equal*, then the pod is classified as **Burstable**.