-
**Which jobs are failing**:
ci-kubernetes-e2e-gce-scale-performance
**Which test(s) are failing**:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-performance/1…
-
## Repro:
1. Extract etcd binaries to C:\etcd
2. mkdir C:\etcd\data
3. Grant "Full Access" (rwx) to "NT AUTHORITY\Local Service" on C:\etcd
4. Start an elevated command prompt
4. Install the serv…
-
**RKE version:**
v1.1.0-rc16
**Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)**
AWS
**cluster.yml file:**
```
nodes:
- address:
internal_address:
user: ubuntu
…
-
**Steps to reproduce the issue:**
1.download minikube 1.9.0
2. start minikube with `minikube start -alsologtostderr --v=1 -b kubeadm --kubernetes-version="v1.18.0" --vm-driver="kvm2" --feature-g…
-
After reading up on some corner cases with etcd client behavior (connections, streams, etc.) I came across the following option that has been introduced in etcd a while ago:
```go
// WithRequireLe…
-
I am going to create 3 node etcd cluster where i follow below steps to create etcd in each node.
docker run -d \
--restart always \
-v /etc/ssl/certs:/etc/ssl/certs \
-v /var/lib/etcd-cluster:/v…
-
**Steps to reproduce the issue:**
1. `minikube status`
**Full output of failed command:**
```shell
$ minikube status --alsologtostderr
I0406 20:10:43.338444 39437 mustload.go:63] Load…
-
[Repository to reproduce the issue](https://github.com/ericwooley/repro-ingress-issue)
[Related stack overflow question](https://stackoverflow.com/questions/62090509/kubernetes-ingress-sending-reques…
-
**Environment:**
* Vault Version: Vault v0.10.0 ('5dd7f25f5c4b541f2da62d70075b6f82771a650d')
* Etcd Version: v3.3.3
* Operating System/Architecture: Ubuntu 16.04/x86
**Vault Config File:**
…
-
* etcd3-py version: 0.1.6
* Python version: 2.7.9
* Operating System: Debian 4.9.88 amd64
### Description
when lock job is done, the release action in lease.py will cause error, becuase `Lock`…