[Enhancement] Update member URL should also restart the embedded etcd run by etcd-wrapper via restart endpoint #712
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/stale
Nobody worked on this for 6 months (will further age)
Enhancement (What you would like to be added):
etcd-wrapper
is going to support arestart
HTTP endpoint. See gardener/etcd-wrapper#24.etcd-backup-restore
should now do the following:stop
endpoint as per [Feature] Introduce HTTP endpoint to restart embedded etcd etcd-wrapper#24.etcd-backup-restore
should no longer check the mounted etcd configuration to update the peer URL TLS enablement status via member lease. Instead it should make a member API call. See code.Motivation (Why is this needed?):
This will ensure that the embedded etcd managed by
etcd-wrapper
sees the updated member peer URL and will thus prevent a second restart frometcd-druid
, thus reducing the complexity in druid.Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: