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

This commit is contained in:
Steven Pitts
2021-05-20 09:03:46 -04:00
committed by GitHub
parent 0103741138
commit e72b6ace24
@@ -51,7 +51,6 @@ For a Pod to be given a QoS class of Guaranteed:
* For every Container in the Pod, the CPU limit must equal the CPU request. * For every Container in the Pod, the CPU limit must equal the CPU request.
These restrictions apply to init containers and app containers equally. These restrictions apply to init containers and app containers equally.
* Every Container, including init containers, in the Pod must have a CPU limit and a CPU request, and the two values must be the same.
Here is the configuration file for a Pod that has one Container. The Container has a memory limit and a Here is the configuration file for a Pod that has one Container. The Container has a memory limit and a
memory request, both equal to 200 MiB. The Container has a CPU limit and a CPU request, both equal to 700 milliCPU: memory request, both equal to 200 MiB. The Container has a CPU limit and a CPU request, both equal to 700 milliCPU:
@@ -277,4 +276,3 @@ kubectl delete namespace qos-example