We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd609ba commit 82456a8Copy full SHA for 82456a8
content/en/docs/tasks/configure-pod-container/quality-service-pod.md
@@ -107,7 +107,7 @@ kubectl delete pod qos-demo --namespace=qos-example
107
A Pod is given a QoS class of Burstable if:
108
109
* 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.
+* At least one Container in the Pod has a memory or CPU request or limit.
111
112
Here is the configuration file for a Pod that has one Container. The Container has a memory limit of 200 MiB
113
and a memory request of 100 MiB.
0 commit comments