Skip to content

Commit 5c57cce

Browse files
authored
Merge pull request #32711 from astraw99/patch-4
Update quality-service-pod.md
2 parents 9b7d904 + 82456a8 commit 5c57cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/quality-service-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ kubectl delete pod qos-demo --namespace=qos-example
107107
A Pod is given a QoS class of Burstable if:
108108

109109
* The Pod does not meet the criteria for QoS class Guaranteed.
110-
* At least one Container in the Pod has a memory or CPU request.
110+
* At least one Container in the Pod has a memory or CPU request or limit.
111111

112112
Here is the configuration file for a Pod that has one Container. The Container has a memory limit of 200 MiB
113113
and a memory request of 100 MiB.

0 commit comments

Comments
 (0)