diff options
| author | Tong <slowlight@yeah.net> | 2016-07-20 22:29:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-20 22:29:10 +0800 |
| commit | 2a7816da397f44ba56f638dede91ad9a07fe2f57 (patch) | |
| tree | ff73e377b73de8417a1f5d2adbb3d1089be48a27 | |
| parent | fa027eea67872811a0715c7c9c9db31b3b55ad62 (diff) | |
fixes a typo in example yaml
| -rw-r--r-- | resource-qos.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource-qos.md b/resource-qos.md index 24b966fd..e611306d 100644 --- a/resource-qos.md +++ b/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**. |
