etcd-aws icon indicating copy to clipboard operation
etcd-aws copied to clipboard

tools for building a robust etcd cluster in AWS

Results 8 etcd-aws issues
Sort by recently updated
recently updated
newest added

Since Kubernetes 1.6.0 use etcd3 by default, is there any plan about upgrading the embeded etcd to the lastest version ?

Per the documentation, I ran "go install ./..." in the project directory to install the etcd-aws-cfn tool. I got this error: ``` go install ./... # github.com/crewjam/etcd-aws/aws aws/health.go:24: cannot use...

The call to [WatchLifecycleEvents](https://github.com/crewjam/etcd-aws/blob/master/lifecycle.go#L57) in the etcd-aws source is short a parameter (the queueURL) according to [ec2cluster source](https://github.com/crewjam/ec2cluster/blob/master/lifecycle.go#L81). As a result the project does not compile.

Hi, Faced with next situation: After cluster finished to create - only one node runs etcd-aws service. On other two I see Failed Units: 1 etcd-aws.service journalctl -xe May 06...

Could you please give more details on how to compile this repository with Go? "go install ./..." complains about broken dependencies and doesn't work even if i do "go get...

Hi! I were looking at your code as solution for building auto healing etcd cluster on top of ASG. I started to wonder why you call `etcd` not `etcd2`? https://github.com/crewjam/etcd-aws/blob/master/etcd-aws.go#L213...

Don't panic when provided with an invalid key. Ref this comment: https://github.com/crewjam/etcd-aws/issues/2#issuecomment-211827865

Hi, When I try to deploy CF via etcd-aws-cfn I get error: ERROR: deploy: MissingRegion: could not find region configuration What the way to fix it? Thank you