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

fix(*): adapt to kubelet configz endpoint changes to support K8s 1.28 #691

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

caohe
Copy link
Member

@caohe caohe commented Sep 2, 2024

What type of PR is this?

Bug fixes

What this PR does / why we need it:

Extract the definition of KubeletConfiguration from the kubelet API repository to the katalyst repository to adapt to incompatible changes of kubelet's /configz endpoint which were introduced by kubernetes/kubernetes#117800.

Which issue(s) this PR fixes:

Special notes for your reviewer:

@caohe caohe added bug Something isn't working workflow/need-review review: test succeeded, need to review workflow/merge-ready merge-ready: code is ready and can be merged labels Sep 2, 2024
@caohe caohe added this to the v0.6 milestone Sep 2, 2024
Signed-off-by: caohe <caohe9603@gmail.com>
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.19%. Comparing base (2333cae) to head (69fafb1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #691      +/-   ##
==========================================
+ Coverage   56.97%   57.19%   +0.21%     
==========================================
  Files         566      566              
  Lines       54495    54495              
==========================================
+ Hits        31049    31168     +119     
+ Misses      19560    19419     -141     
- Partials     3886     3908      +22     
Flag Coverage Δ
unittest 57.19% <100.00%> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caohe caohe changed the title fix(*): adapt to kubelet configz endpoint changes fix(*): adapt to kubelet configz endpoint changes to support K8s 1.28 Sep 2, 2024
luomingmeng
luomingmeng previously approved these changes Sep 3, 2024
@luomingmeng luomingmeng self-requested a review September 3, 2024 04:07
Signed-off-by: caohe <caohe9603@gmail.com>
@xu282934741 xu282934741 merged commit 41dedc0 into kubewharf:main Sep 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working workflow/merge-ready merge-ready: code is ready and can be merged workflow/need-review review: test succeeded, need to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants