Skip to content

Commit c5d1bc9

Browse files
committed
Update parallel image pull KEP with latest template
Signed-off-by: ruiwen-zhao <[email protected]>
1 parent 5808b46 commit c5d1bc9

File tree

1 file changed

+15
-1
lines changed
  • keps/sig-node/3673-kubelet-parallel-image-pull-limit

1 file changed

+15
-1
lines changed

keps/sig-node/3673-kubelet-parallel-image-pull-limit/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,21 @@ This through this both in small and large cases, again with respect to the
849849
[supported limits]: https://git.k8s.io/community//sig-scalability/configs-and-limits/thresholds.md
850850
-->
851851

852-
No.
852+
When the limit of parallel pull is configured improperly, it might cause disk IO or network exhaustion, but it is not a new problem if parallel image pull is enabled. And this KEP is actually allowing to avoid this exhaustion by limiting the maximum image pulls in parallel.
853+
854+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
855+
856+
<!--
857+
Focus not just on happy cases, but primarily on more pathological cases
858+
(e.g. probes taking a minute instead of milliseconds, failed pods consuming resources, etc.).
859+
If any of the resources can be exhausted, how this is mitigated with the existing limits
860+
(e.g. pods per node) or new limits added by this KEP?
861+
862+
Are there any tests that were run/should be run to understand performance characteristics better
863+
and validate the declared limits?
864+
-->
865+
866+
See question above.
853867

854868
### Troubleshooting
855869

0 commit comments

Comments
 (0)