etcdkeeper
etcdkeeper copied to clipboard
web ui client for etcd
有docker运行的说明文档吗?
打开页面报错
通过docker-compose部署 etcdkeeper,进入页面就弹出报错  我不知道是不是我的 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...
以下图片是乱码示例   
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...
看了下可以简化蛮多不必要的依赖 ``` 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 ```