question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Keys on the root path not shown

See original GitHub issue

Etcdkeeper shows only keys that have a prefix “/”.

7aaa24e175

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:open
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
evildecaycommented, Nov 28, 2019

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.

0reactions
cemremengucommented, May 19, 2020

Bummer, I thought I had a bug in my code for a long time 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found