-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Removed compatibality code for kubelet 1.2. #48996
Conversation
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.
There may be also other v1.1.0 things we want to remove.
@@ -67,10 +67,6 @@ var ( | |||
ErrCloudInstance = errors.New("cloud provider doesn't support instances.") | |||
gracefulDeletionVersion = utilversion.MustParseSemantic("v1.1.0") |
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.
Also remove this v1.1.0 thing? And an associated TODO here: https://github.com/k82cn/kubernetes/blob/f6161bffdc9436edc92d435fb2c5258d40ec567a/pkg/controller/node/controller_utils.go#L177
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.
good point; i'll also remove them.
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.
done :).
@kubernetes/sig-node-pr-reviews |
b2974f0
to
c6688fe
Compare
/retest |
c6688fe
to
50a9704
Compare
/retest |
50a9704
to
0b7668f
Compare
0b7668f
to
5b960fc
Compare
I'm surprised this PR is still not merged :) |
Need to fix bazel. Otherwise, LGTM /assign |
5b960fc
to
998e544
Compare
done :). |
Thanks for the cleanup! /lgtm I don't have permission to approve though. Ping some folks for approval: @gmarek @dchen1107 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, k82cn, yujuhong Associated issue: 48995 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 53760, 48996, 51267, 54414). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
The next release is 1.8, it's time to remove the backward compatibility code for kubelet 1.2.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #48995Release note: