Skip to content

Commit f37323f

Browse files
authored
Merge pull request #3783 from wojtek-t/node_resource_consumption
Extend PRR template with node resource exhaustion question
2 parents 48599d1 + 78200cb commit f37323f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

keps/NNNN-kep-template/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,18 @@ This through this both in small and large cases, again with respect to the
720720
[supported limits]: https://git.k8s.io/community//sig-scalability/configs-and-limits/thresholds.md
721721
-->
722722

723+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
724+
725+
<!--
726+
Focus not just on happy cases, but primarily on more pathological cases
727+
(e.g. probes taking a minute instead of milliseconds, failed pods consuming resources, etc.).
728+
If any of the resources can be exhausted, how this is mitigated with the existing limits
729+
(e.g. pods per node) or new limits added by this KEP?
730+
731+
Are there any tests that were run/should be run to understand performance characteristics better
732+
and validate the declared limits?
733+
-->
734+
723735
### Troubleshooting
724736

725737
<!--

0 commit comments

Comments
 (0)