-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Create a tool for kine <-> etcd migration #2190
Comments
Some simple brainstorming:
|
velero is the tool for u? |
@ElisaMeng not exactly, velero backs up K8S metadata, the one you seen in yaml manifests. I want a more efficient and painless way to "transmigrate" |
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
Bump |
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
bump ? |
So here I've expressed my view on the embedded etcd support and my interest in it that it could be a potential termination to the domination of kubeadm, and how kine will be ultimately replaced to just using etcd.
However, one thing I noticed though is that because kine doesn't implement a full set of etcd features, it means we cannot effectively and correctly transfer the key-values in our kine backed datastore, so we may have to write a new tool to analyze the kine journal and then reconstruct it piece by piece in etcd.
I'm in the process of figuring out how to write such tool...meanwhile any input here would be positive.
The text was updated successfully, but these errors were encountered: