nikfoundas / etcd-viewer

etcd key-value store viewer and editor
Apache License 2.0
183 stars 55 forks source link

Upgrade etcd-viewer to work with etcd v3 #8

Closed raoofm closed 6 years ago

raoofm commented 8 years ago

It has been 3 months since the relase of etcd v3. Any plans of supporting it?

qihanglys commented 7 years ago

I also use etcd v3 version, will support for the v3 version?

nikfoundas commented 7 years ago

@raoofm @qihanglys Thanks for your comments and interest guys! I will try as soon as possible to include support for etcd v3. The issue is that this project is a mainly a hobby and unfortunately I don't have much free time these days.

halcyon22 commented 6 years ago

It seems to work with my v3 cluster, but maybe I'm missing something.

kamphaus commented 6 years ago

@halcyon22 etcd v3 has two different persistence backends:

Both can contain different data and are independent of each other. Depending on which API version you use to connect to the cluster you access a different backend. A consequence of this is that when you want to change the API version of your clients, you need to migrate your data somehow (https://coreos.com/etcd/docs/latest/op-guide/v2-migration.html).

So what you noticed is probably that you connected to the v2 backend.