-
Hi!
Does skyDNS currently support etcdv3?
If it doesn't... Would it be possible to have an optional parameter passed during its startup?
That way, say, by default it supports the original etcd back…
-
**srv.go**
`
package main
import (
"context"
"fmt"
mcusend "AlarmService/proto/mcusend"
"time"
"github.com/micro/go-micro/v2"
"github.com/micro/go-plugins/registry/etcdv3"
)
…
-
Keys in etcdv3 may start without leading slash. Stolon for example keep their data with prefix `stolon/cluster`. I'm tried various confd settings to retrieve key stolon/cluster/stolon-cluster/clusterd…
kemko updated
5 years ago
-
## Expected Behavior
calico client will return an error if etcd endpoints address is wrong.
## Current Behavior
The calico client will hang up by set a wrong etcd endpoints address de…
-
### What type of enhancement is this?
Tech debt reduction, Other
### What does the enhancement do?
Sooner or later we should upgrade it. I'd create this ticket to collect information, since this up…
-
![image](https://user-images.githubusercontent.com/4187309/92688347-c6c5e980-f36f-11ea-8f14-f1dd335cd937.png)
$ ./etcdctl get / --prefix
/rpcx_test
rpcx_path
/rpcx_test/Arith
Arith
/rpcx_tes…
-
There's some bad error checking around here: https://github.com/abronan/libkv/blob/5e4bb288a9a74320bb03f5c18d6bdbab0d8049de/store/etcd/v2/etcd.go#L528-L534
Where if the error is *not* of type `etcd…
-
Hi,
Are there any plans for supporting etcd v3?
Kind regards,
Peter
ploef updated
6 years ago
-
type BackupSpec struct {
EtcdEndpoints []string `json:"etcdEndpoints,omitempty"`
StorageType BackupStorageType `json:"storageType"`
BackupPolicy *BackupPolicy `json:"backupPolicy,omitem…
-
Etcd v3 has been released for some days, and we should catch up and support the latest api