Saketh Kalaga

Results 53 comments of Saketh Kalaga

@shreyas-s-rao @ishan16696 #694 and #695 are both now closed. What is the current opinion on `DEP` and updating the information about `etcd-wrapper`? What else is to be reworked in `etcd-druid`...

@shreyas-s-rao As discussed, I've added checks to see if the older `Etcd` has an `80Gi` volume. If it does, resize to the new default `25Gi` is not performed. For any...

I've tested the changes on an extension-provider setup through @shreyas-s-rao's guidance. I've done the following to test the changes: - Spawn the setup with gardener/gardener on master, with the latest...

/ping @gardener/gardener-extension-provider-aws-maintainers Could you take a look, since this PR directly affects storage costs?

Thanks for raising the issue @jeremych1000. `etcd-backup-restore` is not designed to exit after a successful execution of a full/delta snapshot as you want it to, for it to work when...

Closing this issue since the author has not replied. Reopen if necessary.

@jeremych1000 You'll see that the comment on line *338* mentions `For tests or to run backup-restore server as standalone, user needs to set ETCD_CONF variable with proper location of ETCD...

Yeah, you'd need the actual values that correspond to the etcd cluster that etcd-backup-restore is acting on. The primary values that you need to configure are the `initial-cluster` which is...

If you can exec into a pod, it'll be quite easy to fetch info through `etcdctl`. There isn't really any documentation on which lines of this config are used for...

etcd-backup-restore is designed to run as a sidecar container to an etcd container in a single pod. In general, etcd is deployed in HA, by running 3 (or more) members....