mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Currently grpc-proxy doesn't config keep alive related options, so it will use the default values provided by the underlay gprc library. If clients uses a keep alive ping interval smaller than server's default minTime, connections between server and clients will be closed and reopened frequently.
22 lines
294 B
JSON
22 lines
294 B
JSON
{
|
|
"CN": "etcd",
|
|
"hosts": [
|
|
"localhost",
|
|
"127.0.0.1",
|
|
"9.145.89.120",
|
|
"9.145.89.173",
|
|
"9.145.89.225"
|
|
],
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "autogenerated",
|
|
"OU": "etcd cluster",
|
|
"L": "the internet"
|
|
}
|
|
]
|
|
}
|