The ls command is missing in etcdctl v3 APIs. Hope it can be back cause etcdctl stores is incompatible between v2 and v3.
e.g.
$ ./etcdctl set z 1
1
$ ETCDCTL_API=3 ./etcdctl get z
$ ./etcdctl get z
1
And after data migration, I can't find what the latest data is. Neither can I debug my business.
The
lscommand is missing in etcdctl v3 APIs. Hope it can be back cause etcdctl stores is incompatible between v2 and v3.e.g.
And after data migration, I can't find what the latest data is. Neither can I debug my business.