Keys on the root path not shown
See original GitHub issueEtcdkeeper shows only keys that have a prefix “/”.
Expected: show all keys.
$ etcdctl get / --keys-only=true --prefix
/skydns
/skydns/...
...
$ etcdctl get "" --keys-only=true --prefix
/skydns
/skydns/...
...
backend-encrypted
config/iam/...
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
root path doesn't work with php include - Stack Overflow
This answer is not really for the root directory, but one workaround is to use ../ to ...
Read more >TDirectoryFile Class Reference - ROOT
A ROOT file is structured in Directories (like a file system). Each Directory has a list of Keys (see TKeys) and a list...
Read more >SSH key associated with root directory - Super User
The reason is that cd isn't a program, but a single UNIX command. sudo runs programs as superuser. What you'd want to do...
Read more >Configuration of the My Documents folder - Microsoft Support
If the current My Documents path is incorrect or is no longer available, you can use the Restore Default option to restore the...
Read more >What Is a Root Folder or Root Directory? - Lifewire
For example, the root directory of the main partition on your computer is probably C:\. The root folder of your DVD or CD...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see what you mean. Generally, configuration management uses a directory as a hierarchical structure to store data, such as zookeeper and etcdv2. So never consider the key-value way to store data. I can improve the display of keys in key-value mode. dir-mode I have time and I will consider displaying correctly.
Bummer, I thought I had a bug in my code for a long time 😄