-
![image](https://user-images.githubusercontent.com/17995427/38843730-0163ae48-4223-11e8-8a91-b6fdfcf56037.png)
![image](https://user-images.githubusercontent.com/17995427/38843741-0c48cf00-4223-11e…
-
```
var testService = etcdv3.Service{
Key: "/addsvc/sum",
Value: "192.168.102.130:8083",
TTL: nil,
}
```
i use this to register a grpc endpoint to etcd,and use apigateway ask it successf…
-
When I use grpc and etctv3 at the same time, I got this panic.
```
#0 net/http.(*ServeMux).Handle (mux=0xe8bc80 , pattern=..., handler=...) at /usr/local/go/src/net/http/server.go:2259
#1 0x00000…
-
Hi.
I'm working on making etcdv3 run better in Kubernetes, the results of which should come in a PR to kubernetes/charts.
Etcdv3 basically requires consistency of IP address. Although previous…
ghost updated
6 years ago
-
env: confd-0.13.0 + etcdv3
Write multiple data to etcd at the same path, After the confd watch the event, the configuration is generated, his causes an error:key does not exist....
etcd data eg:
u…
-
Hi,
I've recently been testing out a Kubernetes Cluster deployment with ETCD v3.3.0, and noticed the following messages in the logs:
```
2018-02-06 12:41:06.905234 I | embed: rejected connection …
-
Two parts:
1) What's the intended method for creating a key and a lease in a single transaction?
2) Why does a LeaseKeepAliveRequest not have a TTL field, telling it how long the new TTL should be?
-
Hello members,
We have used ipxe/matchbox and bootkube to setup k8s cluster with versions given below.
**OS: Container Linux by CoreOS 1745.7.0 (Rhyolite)
Kubelet: v1.10.5+coreos.0
Etcdv3: 3.3.3…
-
Runs like:
`./confd-0.14.0-linux-amd64 -backend etcdv3 -srv-record _etcd-client-ssl._tcp.dev.lan -client-ca-keys /etc/confd/certs/ca.pem -client-cert /etc/confd/certs/etcd-client.pem -client-key=/etc…
-
I know in node-etcd (v2) lib that i could use etcd.set(key, value, {ttl: 10}) to set ttl value.
But I did't found anywhere to set ttl value here in etcd3 lib.