-
## Issue Report Template
### Tectonic Version
1.7.1
### Environment
Bare metal
### Expected Behavior
bootkube recovering from the etcd database.
### Actual Behavior
```
$ sud…
-
Currently seeing our cluster has gotten into a state where it's cluster state knows about all three members, but marks one as unhealthy because it's not responding to etcd checks. However, the reason …
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
some `/metrics` in etcd may be useful to debug the cluster (part of them are documented in https://etcd.io…
-
The length of keyspace is not limited to 1000 anymore in v3. To avoid performance degradation and eventual storage space exhaustion, operation `compact` could drop all information about keys supersede…
-
### What did you do?
`/api/v1/read` is supposed to always give a sorted series set as a response. Consider the following:
External labels are `region: foo`.
Series without any external labels…
-
etcd三节点部署,此时客户端和etcd三个server都有tcp连接,一般来说,重启其中少数几点,不应该对上层抛错。grpc有一个
ChannelArguments::SetServiceConfigJSON接口,可以设置grpc出错重试机制,如下图:
![image](https://user-images.githubusercontent.com/104759475/16976…
-
registry.k8s.io/kube-apiserver:v1.28.4
registry.k8s.io/kube-controller-manager:v1.28.4
registry.k8s.io/kube-scheduler:v1.28.4
registry.k8s.io/kube-proxy:v1.28.4
registry.k8s.io/pause:3.9
registry…
-
I had to change some things to get governor work with something other then localhost.
First I had to change etcd so it uses init and my own config:
In `/etc/init/etcd.override`:
``` bash
# Override …
-
当有新的服务端上线后,其他服务端能把他添加到自己的一致性哈希Map中吗。看了下好像不能,如果要实现的话得咋操作。。。
-
**Is your feature request related to a problem? Please describe.**
go-ycsb is a good solution to get us going but the original ycsb would be better for cross-analysing systems from other works. We …