Skip to content

Commit 1d5ecc7

Browse files
authored
Merge pull request #24936 from ruiwen-zhao/qos
Explicitly mention init containers in the QoS doc
2 parents c56f456 + 7545627 commit 1d5ecc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

48-
* Every Container in the Pod must have a memory limit and a memory request, and they must be the same.
49-
* Every Container in the Pod must have a CPU limit and a CPU request, and they must be the same.
48+
* Every Container, including init containers, in the Pod must have a memory limit and a memory request, and they must be the same.
49+
* Every Container, including init containers, in the Pod must have a CPU limit and a CPU request, and they must be the same.
5050

5151
Here is the configuration file for a Pod that has one Container. The Container has a memory limit and a
5252
memory request, both equal to 200 MiB. The Container has a CPU limit and a CPU request, both equal to 700 milliCPU:

0 commit comments

Comments
 (0)