Update quality-service-pod.md

Update `Burstable` conditions
This commit is contained in:
Cheng Wang
2022-04-02 13:09:56 +08:00
committed by GitHub
parent bd609bacb6
commit 82456a84de
@@ -107,7 +107,7 @@ kubectl delete pod qos-demo --namespace=qos-example
A Pod is given a QoS class of Burstable if:
* The Pod does not meet the criteria for QoS class Guaranteed.
* 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.
Here is the configuration file for a Pod that has one Container. The Container has a memory limit of 200 MiB
and a memory request of 100 MiB.