-
Notifications
You must be signed in to change notification settings - Fork 323
etcd-website: Update migration process guidance with etcdctl v3.4 #1044
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
base: main
Are you sure you want to change the base?
etcd-website: Update migration process guidance with etcdctl v3.4 #1044
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wendy-ha18 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @nate-double-u @jberkus @ronaldngounou, this PR is ready to review. I'm a bit hesitate to backport to v3.7 cause I want to get feedbacks for it first. Please help me revise the migration process here. Thanks everyone! |
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
f3be252
to
8434658
Compare
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
I think there are a couple paths here:
|
2752911
to
544aa62
Compare
Signed-off-by: Wendy Ha <[email protected]>
544aa62
to
cbab8de
Compare
… docs for v3.4 Signed-off-by: Wendy Ha <[email protected]>
…reference back Signed-off-by: Wendy Ha <[email protected]>
Warning: My cluster is already running etcd v3 only with etcd v3.6 so I'm still trying to figure out how to test this process. Are there any suggestion for it? |
Signed-off-by: Wendy Ha <[email protected]>
Signed-off-by: Wendy Ha <[email protected]>
I spoke about the GIFs in the tutorial pages with James before. I agree that the problem is that they can get outdated, and there's no easy way to update/reproduce them. An alternative could be to use a tool like VHS, write a script for each GIF, and use our official Docker images to reproduce the same GIFs later on. |
@@ -0,0 +1,98 @@ | |||
--- | |||
title: How to migrate etcd from v2 to v3 |
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.
Suggestion to add "store" to the page title to avoid confusion.
title: How to migrate etcd from v2 to v3 | |
title: How to migrate etcd from v2 store to v3 |
One more cleanup item: please fix the header for the how-to-migrate page so it shows up in 3.4's TOC. |
Two more things per Ivan's comments.
Also: mention that there's also a change of API, and link to this document: https://etcd.io/docs/v3.4/op-guide/v2-migration/ |
This PR uses to update the document for migrate etcd v2 to etcd v3 at this issue: #798