Skip to content

Commit 0103741

Browse files
stevenpittsTim Bannister
andauthored
Update content/en/docs/tasks/configure-pod-container/quality-service-pod.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent c315df3 commit 0103741

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ kubectl create namespace qos-example
4545

4646
For a Pod to be given a QoS class of Guaranteed:
4747

48-
* Every Container, including init containers, in the Pod must have a memory limit and a memory request, and the two values must be the same.
48+
* Every Container in the Pod must have a memory limit and a memory request.
49+
* For every Container in the Pod, the memory limit must equal the memory request.
50+
* Every Container in the Pod must have a CPU limit and a CPU request.
51+
* For every Container in the Pod, the CPU limit must equal the CPU request.
52+
53+
These restrictions apply to init containers and app containers equally.
4954
* 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.
5055

5156
Here is the configuration file for a Pod that has one Container. The Container has a memory limit and a
@@ -273,4 +278,3 @@ kubectl delete namespace qos-example
273278

274279

275280

276-

0 commit comments

Comments
 (0)