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.
2 parents 9b7d904 + 82456a8 commit 5c57cceCopy full SHA for 5c57cce
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