Saketh Kalaga
Saketh Kalaga
@ishan16696 could you rebase your PR on master? This will fix the failing integration tests. Thanks.
Sorry for the delay @vlerenc. Also would like to loop in @gardener/etcd-druid-maintainers so we're all on the same page. There's a few strategies that we can take to solve this...
@shreyas-s-rao thanks for your feedback! When I was speaking of hibernation, I was speaking from a Shoot cluster (a managed seed) point of view ; should have clarified that. However,...
@shreyas-s-rao A currently running etcd cluster: ```term [I] ~/go/src/github.com/gardener/etcd-druid (storage) ❯ kubectl get pods NAME READY STATUS RESTARTS AGE etcd-druid-76d9c9c8b7-j7hnh 1/1 Running 0 3h etcd-test-0 2/2 Running 0 2m33s etcd-test-1...
The following changes were required in etcd-backup-restore to handle the case when etcd clusters are scaled in to 0 replicas and scaled back out to 3 replicas: https://github.com/gardener/etcd-backup-restore/compare/master...renormalize:etcd-backup-restore:storage In essence,...
After a discussion with @vlerenc and @gardener/etcd-druid-maintainers, it was decided that support for ephemeral storage will be provided with `emptyDir`, due to its simplicity, and identical functionality while using generic...
Add support to create and migrate etcd clusters to use `emptyDir` volumes for etcd data directories.
@modzilla99 thanks for showing interest in this feature. I will try to resume work on this PR as soon as possible. Hopefully by the start of next week. There's a...
Add support to create and migrate etcd clusters to use `emptyDir` volumes for etcd data directories.
@modzilla99 feel free to play around with this branch now. Merging this is subject to review capacity, but the functionality will be identical to this. As mentioned in the PR...
Add support to create and migrate etcd clusters to use `emptyDir` volumes for etcd data directories.
@modzilla99 was the functionality as you expected? Do you have any opinions you'd like to add here before the implementation is merged into the code base?
@emaildanwilson @jvassev thanks for opening the issue. Are you folks seeing this on the newly released patch version `v0.28.1` only, or did you observe this behavior in `v0.28.0` and before...