etcdlabs icon indicating copy to clipboard operation
etcdlabs copied to clipboard

etcd playground

Results 8 etcdlabs issues
Sort by recently updated
recently updated
newest added

When clicking this button it opens https://github.com/etcd-io/etcd/blob/master/etcdmain/help.go in a new tab. However github shows 404. Perhaps it should open https://github.com/etcd-io/etcd/blob/master/server/etcdmain/help.go ![image](https://user-images.githubusercontent.com/13474134/106043315-40782d00-60ef-11eb-99ae-6d71181ffbf0.png)

I'd like to embed play.etcd.io as an iframe on my site for demonstrating the rafting algorithm, but I can't find a good way to do this since the site is...

> > 2017-11-10 18:02:24.981969 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:2391->127.0.0.1:43020: read: connection reset by peer 2017-11-10 18:02:24.982017 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to...

Copied from https://github.com/coreos/etcd-play/issues/62 When I attempt a HEAD request on the playground, I get a 404: ``` $ curl -v --head http://play.etcd.io/ ~/code/crawford/marker * Trying 104.199.121.254... * TCP_NODELAY set *...

List all keys, select and updates, interactively.

Frontend
Maybe

should update to `pushd /gopath/src/github.com/coreos/etcdlabs`

Currently http://play.etcd.io/ seems to not work properly and only shows "Loading ..." on a white background. Looking at the dev console indicates that the download of `http://play.etcd.io/main.2cfd0425a6b5577c52b2.bundle.js` is the issue...