Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEP-1610: graduate ContainerResource to stable #4406

Merged
merged 3 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-autoscaling/1610.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kep-number: 1610
beta:
approver: "@johnbelamaric"
stable:
approver: "@johnbelamaric"
johnbelamaric marked this conversation as resolved.
Show resolved Hide resolved
14 changes: 14 additions & 0 deletions keps/sig-autoscaling/1610-container-resource-autoscaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,20 @@ This through this both in small and large cases, again with respect to the

No.

###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
johnbelamaric marked this conversation as resolved.
Show resolved Hide resolved

<!--
Focus not just on happy cases, but primarily on more pathological cases
(e.g. probes taking a minute instead of milliseconds, failed pods consuming resources, etc.).
If any of the resources can be exhausted, how this is mitigated with the existing limits
(e.g. pods per node) or new limits added by this KEP?

Are there any tests that were run/should be run to understand performance characteristics better
and validate the declared limits?
-->

No.

### Troubleshooting

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ approvers:
- "@josephburnett"
- "@gjtempleton"
creation-date: 2020-02-18
last-updated: 2023-02-02
last-updated: 2024-01-15
status: implementable

latest-milestone: "1.27"
stage: "beta"
latest-milestone: "1.30"
stage: "stable"

milestone:
alpha: "v1.20"
beta: "v1.27"
stable: "v1.29"
stable: "v1.30"

feature-gates:
- name: HPAContainerMetrics
Expand Down