Skip to content

Commit e72b6ac

Browse files
authored
Update content/en/docs/tasks/configure-pod-container/quality-service-pod.md
1 parent 0103741 commit e72b6ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ For a Pod to be given a QoS class of Guaranteed:
5151
* For every Container in the Pod, the CPU limit must equal the CPU request.
5252

5353
These restrictions apply to init containers and app containers equally.
54-
* 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.
5554

5655
Here is the configuration file for a Pod that has one Container. The Container has a memory limit and a
5756
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
277276

278277

279278

280-

0 commit comments

Comments
 (0)