Questions tagged [etcd2]
6 questions
7
votes
2 answers
Why do I need to put ETCDCTL_API=3 in front of etcdctl for etcdctl snapshot save to work?
I did a customized installation of Kubernetes the hardway and installed it successfully on a 2 node cluster in Hyper V (1 master 1 worker), everything works, but there's this thing that makes me scratch my head and I was wondering if anyone could…

neoakris
- 4,217
- 1
- 30
- 32
1
vote
1 answer
Can I use ETCD over Cassandra?
I want to store some data in Key/Value format. I am looking for some solution which should be highly available and faster. I know that ETCD is distributed reliable key-value store. What I am not able to figure out is should I use ETCD or Cassandra…

pranay jain
- 352
- 1
- 2
- 15
1
vote
1 answer
calico-policy-controller requests etcd2 certificates of a different coreos server
i have two coreos stable servers,
each one includes an etcd2 server and they share the same discovery url.
each generated a different certificate for each of the etcd2 daemons. i installed kubernetes controller on one, (coreos-2.tux-in.com) and a…

ufk
- 30,912
- 70
- 235
- 386
0
votes
1 answer
How get Observable from etcd v2 watch
_watch(key: string): Observable> {
let url: string = `${this.buildUrl(key)}?wait=true&recursive=true`;
return this.httpService.get(url)
.pipe(
map((resp) => resp),
tap(data =>…

PixelFox
- 1
- 1
0
votes
1 answer
camel etcd watch/get action failed with sslContextParameter
while writing camel-etcd root for watch action If i use sslContextParameter as OPTION parameter ending up in below error
SSLContextParameters sslContextParam = new SSLContextParameters();
KeyStoreParameters keyStoreParam = new…

Santosh Nesaragi
- 11
- 5
0
votes
1 answer
etcd2 cluster not communicating after HTTPS migration
I am following the Coreos guide for Enabling HTTPS in an existing etcd cluster. Link to Documentation
I have two questions:
1) After reconfiguring the Peer URL to HTTPS using the following command as stated in the documentation:
etcdctl member list…

ali8
- 23
- 4