-
Notifications
You must be signed in to change notification settings - Fork 76
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
Upgrade default etcd version to 3.5.17 #654
Conversation
The DCO check seems to be failing 😕. Did you add the |
Made the commit from the GitHub webapp. 🤷 |
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.
The etcd version should be changed everywhere both in vitess and vtop.
Have you tested upgrade paths with a vitess cluster on K8S using the previous etcd version, upgrading to the other etcd version? Same thing with downgrades. |
Not tested. PR based on #447. |
In this case we need to do #447 (comment) too :) |
79e5ce6
to
99c4a43
Compare
Re-pushed with a signed off commit. |
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. Can you modify the release notes summary for the next release (2.15.0
) to include a note on how to proceed with this newer etcd version, #447 (comment).
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.
Let's open a PR on vitess to make the etcd version match too please, we use v3.3.10
in the tests. We also use the ETCD_VER
env variable in several places, in the vitess repo, which should be set to the same version as here.
99c4a43
to
78cd57f
Compare
Signed-off-by: Graham Campbell <[email protected]>
Signed-off-by: Graham Campbell <[email protected]>
78cd57f
to
4089c08
Compare
This PR upgrades the default etcd version to 3.5.17.
Corresponding PR on vitess: vitessio/vitess#17653