-
etcd三节点部署,此时客户端和etcd三个server都有tcp连接,一般来说,重启其中少数几点,不应该对上层抛错。grpc有一个
ChannelArguments::SetServiceConfigJSON接口,可以设置grpc出错重试机制,如下图:
![image](https://user-images.githubusercontent.com/104759475/16976…
-
**Rancher Server Setup**
- Rancher version: 2.6.9
- Installation option (Helm Chart):
- On k3s
**Information about the Cluster**
- Kubernetes version:
Local: 1.23.6+k3s1
Downstream: 1.2…
-
### What steps did you take and what happened?
if you stop kubelet on the etcd leader member, this prevents KCP from doing some checks it is expecting to do on the leader - and specifically on the le…
-
Right with only one etcd instanced defined in vulcand, if that instance goes down, the etcd cluster is fine, yet all my load balancers will not be operational. I have all the instances of my etcd clus…
-
I really like that this fork of etcd-php strips the Guzzle dependency, however, it also does not support authentication to etcd.
-
Hello,
I noticed that easyKV uses [linearizable reads](https://etcd.io/docs/v3.3/learning/api_guarantees/#linearizability) with both etcd v2 (where is is specified as an option `Quorum: true`) and …
-
[etcd]
#etcd server ip or domain
address = ["127.0.0.1"]
# advertise_client_urls AND listen_client_urls
etcd_client_port = 2379
# provider username and password,if y…
-
**Is your feature request related to a problem? If so, please describe.**
When tls is enabled for etcd, user need to provide the following `model-serving-etcd`.
```
apiVersion: v1
kind: Secr…
-
-
I use ssl connect to etcd server, the error is etcd.EtcdConnectionFailed: Connection to etcd failed due to SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl…