Skip to content

Commit 1b184f2

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#29287 from caitong93/patch-2
Automatic merge from submit-queue Fix a typo in resource-qos design doc
2 parents bf45306 + b36d876 commit 1b184f2

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)