Skip to content

Commit 136547a

Browse files
authored
Merge pull request #39235 from SergeyKanzhelev/qosNoEphemeral
ephemeral containers are not accounted for Guaranteed QoS class
2 parents f341f91 + a827598 commit 136547a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ 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+
[Ephemeral containers](/docs/concepts/workloads/pods/ephemeral-containers/)
55+
cannot define resources so these restrictions do not apply.
5456

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