-
Notifications
You must be signed in to change notification settings - Fork 303
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
Update how-to-get-key-by-prefix doc. #805
Conversation
@@ -4,6 +4,32 @@ description: Guide to extracting etcd keys by their prefix | |||
weight: 300 | |||
--- | |||
|
|||
## Pre-requisites | |||
|
|||
* [Install tools](https://etcd.io/docs/v3.5/install/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Install tools](https://etcd.io/docs/v3.5/install/) | |
* [Install etcdctl](https://etcd.io/docs/v3.5/install/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated! PTAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Minor nit below if you have time.
|
||
### Example | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: MD012/no-multiple-blanks: Multiple consecutive blank lines [Expected: 1; Actual: 2]markdownlint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! thanks
Signed-off-by: Fu, Wei <[email protected]>
@@ -4,6 +4,31 @@ description: Guide to extracting etcd keys by their prefix | |||
weight: 300 | |||
--- | |||
|
|||
## Pre-requisites | |||
|
|||
* [Install etcdctl](https://etcd.io/docs/v3.5/install/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Install etcdctl](https://etcd.io/docs/v3.5/install/) | |
* Install [etcdctl](https://etcd.io/docs/v3.5/install/) |
nits, I think it's better to make the header of the session unified with other cross pages in this docs
https://github.com/etcd-io/website/blob/main/content/en/docs/v3.6/tutorials/how-to-watch-keys.md#prerequisites
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think etcdctl is about what is etcdctl. [install etcdctl] is about how to get it.
I don't think we should just highlight the etcdctl.
ping @wenjiaswe ~ |
Fixes: #797