-
Notifications
You must be signed in to change notification settings - Fork 410
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
feat: upgrade k8s.io/xxx to v0.31.5 #2279
feat: upgrade k8s.io/xxx to v0.31.5 #2279
Conversation
@YTGhost @vie-serendipity PTAL |
a4c0ad6
to
4f86b7d
Compare
/rerun |
4f86b7d
to
c0d1281
Compare
Signed-off-by: rambohe-ch <[email protected]>
c0d1281
to
9701dd8
Compare
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2279 +/- ##
=========================================
Coverage ? 46.10%
=========================================
Files ? 416
Lines ? 27187
Branches ? 0
=========================================
Hits ? 12534
Misses ? 13380
Partials ? 1273
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/LGTM @rambohe-ch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/backport release-v1.6 |
Backport failed for Please cherry-pick the changes locally. git fetch origin release-v1.6
git worktree add -d .worktree/backport-2279-to-release-v1.6 origin/release-v1.6
cd .worktree/backport-2279-to-release-v1.6
git checkout -b backport-2279-to-release-v1.6
ancref=$(git merge-base 219300f8343ba07dfdd95cefaa30a7893c1dde47 9701dd82f0e58cbeeb36993eeece60caf71d02a8)
git cherry-pick -x $ancref..9701dd82f0e58cbeeb36993eeece60caf71d02a8 |
/backport release-v1.6 |
Backport failed for Please cherry-pick the changes locally. git fetch origin release-v1.6
git worktree add -d .worktree/backport-2279-to-release-v1.6 origin/release-v1.6
cd .worktree/backport-2279-to-release-v1.6
git checkout -b backport-2279-to-release-v1.6
ancref=$(git merge-base 219300f8343ba07dfdd95cefaa30a7893c1dde47 9701dd82f0e58cbeeb36993eeece60caf71d02a8)
git cherry-pick -x $ancref..9701dd82f0e58cbeeb36993eeece60caf71d02a8 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
upgrade k8s.io/xxx(like k8s.io/apiserver) from v0.30.6 to v0.31.5, because the Cacher in v0.31.5 support readiness check, and I will improve readiness probe of Yurthub component in the later pull request.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
other Note