etcd-backup-restore
etcd-backup-restore copied to clipboard
Update to member lease annotation for peer URL TLS is now done by making a member API call
What this PR does / why we need it: Update to member lease annotation for peer URL TLS is now done by making a member API call which accurately depicts the status of the enablement of change of peer URL TLS as seen by the etcd process. Previously only mounted configmap was looked at which is not sufficient as an additional restart of the etcd process is required for this to be reflected in the etcd member.
Which issue(s) this PR fixes: Fixes Part of #712
Special notes for your reviewer:
Release note:
Update to member lease annotation for peer URL TLS is now done by making a member API call