-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Surface Pressure Stall Information (PSI) metrics #130701
Conversation
/priority important-soon |
Just a quick glance. For alpha features I’d expect to see any feature related code guarded by a feature gate. So when the gate is off we should not emit PSI metrics. |
7309f40
to
ed7165c
Compare
LGTM label has been added. Git tree hash: 16c0f04fd8dcc2244db51c87f80dd0ed75e97a1a
|
/retest |
/retest |
/test pull-kubernetes-node-e2e-containerd-kubelet-psi |
pull-kubernetes-e2e-capz-windows-master
The Windows test failure is unrelated to this PR. It's reported in #130960. There is a fix #130962 in progress |
All tests passed excepted the known Windows failure. This is ready for another round of review @liggitt @haircommander |
I also confirmed that the tests passed with the above-mentioned Windows test fix. /retest |
/test pull-kubernetes-node-e2e-containerd-alpha-features |
/retest |
The windows job has been failing since 3/19, looks like - https://prow.k8s.io/job-history/gs/kubernetes-ci-logs/pr-logs/directory/pull-kubernetes-e2e-capz-windows-master?buildId=1902776815471038464 |
mirroring of the cadvisor API type lgtm |
/lgtm |
LGTM label has been added. Git tree hash: 5d81abcaf98ea203e5d78746e1d106eb3d411f07
|
/milestone v1.33 |
/retest |
1 similar comment
/retest |
@roycaihw: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Surface PSI metrics from cadvisor to node summary API. Manual test result.
This implements the first phase of this KEP. Ref kubernetes/enhancements#4205
Does this PR introduce a user-facing change?
/sig node
/cc @haircommander @ndixita