Skip to content

Commit b36d876

Browse files
author
Tong
authored
fixes a typo in example yaml
1 parent ecebdb5 commit b36d876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/resource-qos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ containers:
120120
cpu: 100m
121121
memory: 100Mi
122122
requests:
123-
cpu: 10m
124-
memory: 1Gi
123+
cpu: 100m
124+
memory: 100Mi
125125
```
126126

127127
- 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**.

0 commit comments

Comments
 (0)