Installation page for etcd / etcdctl (update from dl-build)#288
Installation page for etcd / etcdctl (update from dl-build)#288nate-double-u wants to merge 1 commit intomainfrom
Conversation
| ```sh | ||
| $ go get -v go.etcd.io/etcd/v3 | ||
| $ go get -v go.etcd.io/etcd/v3/etcdctl | ||
| ``` |
There was a problem hiding this comment.
this is currently what is on the site:
# GOPATH should be set
$ echo $GOPATH
/Users/example/go
$ go get -v go.etcd.io/etcd
$ go get -v go.etcd.io/etcd/etcdctl
But this doesn't generate the bin folder either.
There was a problem hiding this comment.
some env info:
➜ ~ go version
go version go1.16.4 linux/amd64
➜ ~ echo $GOPATH
/home/natew-cncf/go
➜ ~ ls ~/go
pkg
There was a problem hiding this comment.
@ptabor Should we add etcdutil as well? (newly introduced in 3.5)
e0c9083 to
4681dc9
Compare
chalin
left a comment
There was a problem hiding this comment.
- AFAICT the changes that you're proposing here to the
dl-build.mdpage (which you've renamed toinstall.md) don't depend on the Quickstart PR. If so, could you resubmit this PR w/o the Quickstart additions/changes? - Also, if you're reworking
dl-build.md, it'll be easier to review if (1) you make the updates todl-build.md, and once those are approved, (2) rename the file and add redirect rule(s) - You'll want to rebase following #274 (or simply pickup the changes).
There's a link I had initially planned to make to the new quickstart page, but I agree, this should be rebased onto main.
Good suggestion
Thanks for the feedback, I agree with all this. I opened this PR earlier than I normally would (and as a draft) because I was a little blocked with the Go environment issues. I'll see about cleaning it up. |
08c93e5 to
5213ff0
Compare
|
Updated as per @chalin's suggestions. |
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
5213ff0 to
d2bdc6f
Compare
|
All: please see #294 for a suggested rework of the |
|
Closing in favour of #294 |
#267, #278 (comment)
Note, merge #278 first.
First pass at refactoring dl-build into an installation page.
Currently, the only relevant file is
content/en/docs/next/install.mdDeploy preview: https://deploy-preview-288--etcd.netlify.app/docs/next/install/