-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kubelet: Implement support for Windows podAndContainerStatsFromCRI #116968
kubelet: Implement support for Windows podAndContainerStatsFromCRI #116968
Conversation
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Tue Mar 28 16:29:22 UTC 2023. |
Welcome @mansikulkarni96! |
Hi @mansikulkarni96. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
c0dd701
to
e855e49
Compare
/cc: @jsturtevant |
/priority important soon |
@jsturtevant: The label(s) In response to this:
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/test-infra repository. |
/priority important-soon |
Merged some changes that should fix the nodes coming online |
nodes made it further, going to run one more time |
I was able to get the tests to pass after fixes in containerd/containerd#8671 |
Hello @jsturtevant 😊 ! I would like to reach out and confirm if this issue is still on track for the 1.28 release. Could you please provide an update on its progress? Thank you! |
This issue is still on track for 1.28. |
Hello. I wanted to let you know that Code Freeze is coming up at 01:00 UTC Wednesday 19th July 2023 / 18:00 PDT Tuesday 18th July 2023, Please make sure that this PR is submitted before the deadline. We are currently in Week 7, and the Code Freeze will be in effect by Week 9. |
Week 9 update: Code Freeze is approaching! Hey! We are currently in Week 9, and Code Freeze is just over a week away. It will begin at 01:00 UTC on Wednesday, 19th July 2023 / 18:00 PDT on Tuesday, 18th July 2023. Please ensure all necessary submissions are made before the deadline. Let me know if you need any assistance. :) |
@haircommander / @mrunalp - Can one of you take a look at this for SIG-Node? |
code LGTM Do we need to block this on containerd/containerd#8671 to get tests passing so we don't merge with failing tests? |
I don't think we need to block this PR on the failing tests. |
containerd/containerd#8671 merged |
@haircommander this is ready for review again. Thanks. |
LGTM, assuming happy tests |
I think you'd neeed to pull in a new containerd to get the test fixes, no? |
AFAIK we are running this test with containerd nightly. |
the nightly package hadn't updated with the changes. It should have the changes now |
/lgtm thanks! |
LGTM label has been added. Git tree hash: f21197699f9da68cfaf1a7cf25b941d380ec3362
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mansikulkarni96, mrunalp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Part of kubernetes/enhancements#2371
Follow up to the initial work introducing CRI API fields for Windows metrics collection #110754
Windows equivalent work for adding support for Windows podAndContainerStatsFromCRI #103095, which will allow users to get Windows pod and container stats only from CRI.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig windows
/sig-node