-
apiVersion: v1
kind: Pod
metadata:
name: bootstrap-kube-apiserver
namespace: kube-system
spec:
Jun 02 10:08:58 c1.tectonicsandbox.com bash[11243]: [13278.269463] bootkube[5]: W0602 10:08:58.…
-
Hello Team,
Currently we are using single node etcd in our patroni. Tomorrow morning we are going to made it 3 etcd node cluster. But we don't want loose the data in postgresql.
I have few questi…
-
I have a rkt container image running etcd 3.0.6:
```bash
$ sudo rkt list
UUID APP IMAGE NAME STATE CREATED STARTED NETWORKS
b07fae0f etcd coreos.com/etcd:v3.0.6 running 1 day ago 1 day ago d…
-
**The exact command to reproduce the issue**:
minikube start --cpus 20 --memory 32768
**The full output of the command that failed**:
😄 minikube v1.3.1 on Ubuntu 18.04
🔥 Creating virtualbo…
-
Hello!
Tell me, please, how can the etcd cluster be started as a daemon?
I tried running etcd like systemctl start etcd. Before launching, I edited the **/etc/default/etcd** file to set my variabl…
-
### What version of Traefik are you using (`traefik version`)?
v1.2.1
### What is your environment & configuration (arguments, toml...)?
We are running trafik on a kubernetes v1.5.3 cluster and w…
-
# Summary
I am trying to build a simple etcd cluster using coreos from scratch.
# Environment
To set up my VM, I am using the [github script](https://raw.githubusercontent.com/coreos/init/master…
ghost updated
5 years ago
-
- `kubectl get`
```
* clusters (valid only for federation apiservers)
* componentstatuses (aka 'cs')
* configmaps (aka 'cm')
* daemonsets (aka 'ds')
* deployments (aka 'deploy')
* e…
-
Etcd3 version 0.2.11
Nodejs version 10.14.1
OS: Ubuntu
I was trying to implement a simple atomic counter. Working directly with a client goes well (`client = new Etcd3();`):
```
> key = 'test…
-
**What happened**:
Agones resources (fleet, gameserverset, fleetautoscaler) not working properly (fleet state not updating with autoscaler or even manually) due to timeouts between kube api-ser…