Saketh Kalaga
Saketh Kalaga
/do-not-merge until https://github.com/gardener/gardener/issues/13162 is closed.
@vpnachev I've raised a draft PR that removes such information being passed in the secret, and adds it as a flag to etcd-backup-restore. I have some confusion as to how...
The information specified for backup immutability under the `providerConfig` section is only used by the extensions to modify the bucket's settings on the infrastructure side. This information is never actually...
I think I might have a workaround for this, with a minor change in gardener/gardener. I am currently checking if it would be feasible, and if it is I will...
@vpnachev the following is my proposed solution: - gardenlet explicitly passes the region while creating the etcd resource. This can be done extremely simply by checking the seed's `spec.backup.region` if...
It was decided that a mutating webhook in the provider extensions will add the endpoint override to the spec of the etcd resource.
Thanks for your suggestion. > The mutating webhook could be implemented also in the ETCD Druid, just saying. etcd-druid does not have information about what the endpoint override is. This...
The approach for the next etcd-druid release with this feature would be the following: - Add support to pass endpoint override as a command-line flag in etcd-backup-restore. - Add support...
Hi @akaokunc! The feature does sound interesting and might be useful for consumers of etcd-backup-restore using SSE-C with S3 compatible providers. The initial support for SSE-C was also contributed by...