etcdkeeper icon indicating copy to clipboard operation
etcdkeeper copied to clipboard

web ui client for etcd

Results 47 etcdkeeper issues
Sort by recently updated
recently updated
newest added

有docker运行的说明文档吗?

通过docker-compose部署 etcdkeeper,进入页面就弹出报错 ![image](https://user-images.githubusercontent.com/30852031/154933522-20bb1abe-b70f-4bf9-b56a-d65d956ede8b.png) 我不知道是不是我的 docker-compose.yaml 配置的有错误,还是我启动 etcd 镜像错了 这是docker-compose.yaml内容 `version: '3' networks: mall: services: etcd1: image: quay.io/coreos/etcd:v3.2.5 container_name: etcd1 command: etcd -name etcd1 -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token...

以下图片是乱码示例 ![乱码02](https://user-images.githubusercontent.com/39729960/109486263-9a3c9000-7abd-11eb-80b6-57b1d6db8487.png) ![乱码03](https://user-images.githubusercontent.com/39729960/109486265-9b6dbd00-7abd-11eb-8621-64c3c228fb5c.png) ![乱码01](https://user-images.githubusercontent.com/39729960/109486266-9c065380-7abd-11eb-92c6-5d93da353893.png)

I don't see the executable file. 'etcdkeeper' is the document file.

[root@master01 ~]# vim /lib/systemd/system/etcdkeeper.servic [Unit] Description=etcdkeeper service After=network.target [Service] Type=simple ExecStart=/usr/local/bin/etcdkeeper -p 8800 -h 192.168.2.66 ExecReload=/bin/kill -HUP KillMode=process Restart=on-failure PrivateTmp=true [Install] WantedBy=multi-user.target [root@master01 ~]# systemctl status etcdkeeper.service ● etcdkeeper.service -...

i use the tool open kubernetes etcd. but value is no decode. the value is Protobuf.the value need decode to yaml on view. write value need encode. now i use...

Hello, I made some change to my fork of your etcdkeeper software if you want to include it to this original repostiory. This pull request cherry pick change from some...

Hi, We are using etcd to hold application configurations and sometimes we need to create new keys by modifying existing values. So we would like to have a feature to...

new feature

看了下可以简化蛮多不必要的依赖 ``` go.etcd.io/etcd/client/pkg/v3 v3.5.0 //go.etcd.io/etcd/client/pkg/v3/transport 用来tls连接 go.etcd.io/etcd/client/v2 v2.305.0 go.etcd.io/etcd/client/v3 v3.5.0 google.golang.org/grpc v1.38.0 ```