-
I currently have metrics-server-2.11.1 deployed into one of my clusters. When I try to upgrade SumoLogic from 0.17.4 (metrics off) to 1.0.0(with metrics on) I get the following
`Error: UPGRADE FAI…
emcay updated
4 years ago
-
**RKE version:**
0.3.0
**Docker version: (`docker version`,`docker info` preferred)**
18.09.7
**Operating system and kernel: (`cat /etc/os-release`, `uname -r` preferred)**
Ubuntu 18.04.3 LTS
**…
-
I used kubespray 2.13.1 to install the kubernetes cluster without success. I will post my installation log. I was successful on a server that is not a bonding network, but it was unsuccessful on a bon…
-
1.kube-apiserver config as below:
> KUBE_API_ARGS="--storage-backend=etcd3 --storage-media-type=application/json --log-dir=/var/log/kubernetes \
> --audit-policy-file=/etc/kubernetes/audit-policy.…
-
After expanding from a 2 node MetalK8s cluster to a 3 node MetalK8s the initial-cluster value in etcd.yaml contains duplicate URLs on the new host.
` - --initial-cluster==https://10.25.144.1…
-
## Is this a request for help?
yup
## What keywords did you search in kubeadm issues before filing this one?
I tried before
## Is this a BUG REPORT or FEATURE REQUEST?
BUG
## V…
-
* etcd3-py version: 0.1.6
* Python version: 2.7.5
* Operating System: CentOS 7
### Description
Hi. Great looking python module. I'm trying to work out client etcdv3 usage with auth (certs + user…
-
Hi,
Is there a way to keep the watch stream connected forever? I am getting disconnected after approx. 5-10 minutes with this error:
```
Traceback (most recent call last):
File "/Users/rich/…
-
**What happened**:
We are seeing nil objects on pod DELETE watch events in the reflector used by the pod cache of the apiserver. When this happens, the reflector is unable to process the delete eve…
-
I used etcd3 to write golang project on windows10,
The problem is when i registered 10 pairs of different key-value,etcd3 watch was only watched 2 pairs of key-value.
~~~golang
func EtcdWatch() {…