mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #29287 from caitong93/patch-2
Automatic merge from submit-queue Fix a typo in resource-qos design doc
This commit is contained in:
commit
1b184f29d0
@ -120,8 +120,8 @@ containers:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 100m
|
||||||
memory: 1Gi
|
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**.
|
- 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**.
|
||||||
|
Loading…
Reference in New Issue
Block a user