-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Remove the code of checking ClusterVersionSet in MinimalEtcdVersion #19263
Conversation
The test failures are expected. I will fix them later. @serathius PTAL |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 15 files with indirect coverage changes @@ Coverage Diff @@
## main #19263 +/- ##
==========================================
+ Coverage 68.84% 68.86% +0.02%
==========================================
Files 420 420
Lines 35681 35674 -7
==========================================
+ Hits 24563 24566 +3
+ Misses 9689 9686 -3
+ Partials 1429 1422 -7 Continue to review full report in Codecov by Sentry.
|
8ac3f51
to
aef91b8
Compare
This would probably not impact 3.6->3.5. But for 3.7->3.6 downgrade with offline migration, if there is an entry of |
This PR resolves the offline migration (3.6 -> 3.5) issue as mentioned in #19168 (comment).
Nope. The change in this PR only means the minimum etcd version to understand cc @serathius PTAL in case you have any further comment. |
aef91b8
to
c3be3fd
Compare
ClusterVersionSet
as 3.5 version7e10811
to
a08e5d3
Compare
@serathius PTAL, thx |
/test pull-etcd-integration-1-cpu-arm64 |
Signed-off-by: Benjamin Wang <[email protected]>
a08e5d3
to
3e5e79d
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, fuweid, serathius, siyuanfoundation 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 |
Signed-off-by: Benjamin Wang <[email protected]>
Link to #19168