Merge pull request #32711 from astraw99/patch-4

Update quality-service-pod.md
This commit is contained in:
Kubernetes Prow Robot
2022-04-14 22:41:10 -07:00
committed by GitHub
@@ -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.