Skip to content

Commit 13dfc92

Browse files
committed
keps: promote 1748-pod-resource-metrics to stable
Signed-off-by: Damien Grisonnet <[email protected]>
1 parent 426c6d7 commit 13dfc92

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 1748
22
beta:
33
approver: "@johnbelamaric"
4+
stable:
5+
approver: "@johnbelamaric"

keps/sig-instrumentation/1748-pod-resource-metrics/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,16 @@ collector.
513513
Administrators and visualization tools are the primary target of these metrics and
514514
so polling and canvassing of Kube distributions is one source of feedback.
515515

516+
* **How can someone using this feature know that it is working for their instance?**
517+
518+
- [ ] Events
519+
- Event Reason:
520+
- [ ] API .status
521+
- Condition name:
522+
- Other field:
523+
- [x] Other (treat as last resort)
524+
- Details: By scraping the /metrics/resources endpoint of the scheduler and getting metrics about pods resource requests and limits.
525+
516526
* **What are the SLIs (Service Level Indicators) an operator can use to determine
517527
the health of the service?**
518528
- [ ] Metrics
@@ -581,6 +591,10 @@ resource usage (CPU, RAM, disk, IO, ...) in any components?**
581591
Negligible CPU use is expected and some increase in network transmit when the scheduler
582592
is scraped.
583593

594+
* **Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?**
595+
596+
No.
597+
584598
### Troubleshooting
585599

586600
The Troubleshooting section currently serves the `Playbook` role. We may consider

keps/sig-instrumentation/1748-pod-resource-metrics/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ approvers:
1818
- "@ahg-g"
1919
see-also:
2020
replaces:
21-
latest-milestone: "v1.21"
21+
latest-milestone: "v1.27"
2222
milestone:
2323
alpha: "v1.20"
2424
beta: "v1.21"
25-
stable: "v1.22"
26-
stage: "beta"
25+
stable: "v1.27"
26+
stage: "stable"

0 commit comments

Comments
 (0)