Alay Patel
Alay Patel
Yes. Infact i have a couple of points to be considered which are as follows. 1) The current response looks like this Response :- {"data":{"RegisterUser":"/api/user","async_pipe":"^/async_pipe/?$","pipe":"^/pipe/?$","urls":"^/urls/?$"},"message":"","status":200} I have only implemented POST...
@herbalizer404 you need to create a secret with proper certificates and give the name of the secret in the spec.clientTLSSecret field. If you deployed the etcd cluster with tls from...
@xuanzhong Can you `kubectl describe` the etcd cluster you are trying to backup?
@xuanzhong that is exactly why I asked you to describe the CR. The CR Status has a field called `serviceName` which should be the endpoint, documented in code [here](https://github.com/coreos/etcd-operator/blob/4aea72218031b976866f3303fe614f6714a7cf98/pkg/apis/etcd/v1beta2/status.go#L54). But...
@hexfusion I think now would be a good time move to SDK. Especially because, as @yanniszark pointed out, it would give us an opportunity to simplify the codebase. @yanniszark @raoofm...
@yanniszark I am sorry if it sounded like I was suggesting to refactor this project in Ansible, it would be an insane thing to do. I prototyped the POC in...
1. For some reason, I cannot get `readinessProbes` to work. My understanding is that for a 3 pod cluster, the StatefulSet controller only rolls out pod-1 if pod-0 is ready...
Thanks, @mdkrajewski for the PR. I just glanced through the PR a quick question: since the backup file names are stored in the format of `s3Path+"_v%d_%s"`, would exploding the file...
@swapanshridhar just ruling out the cases, did you change the deployment to point it to your docker image [here](https://github.com/coreos/etcd-operator/blob/86211e9f3bc32cd97187c7ee9beb32be60264fed/example/etcd-backup-operator/deployment.yaml#L14)?
@fanminshi @davinchia Interesting conversation, here are my 2 cents on the same: 1. If the quorum is lost, there is no point in spinning up a new pod. The quorum...