-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix : redeployment failure when internal ip is modified #2113
Conversation
…urrent working directory, otherwise when the host's internal ip is changed, the redeployment of the etcd certificate will still use the certificate generated by the previous ip, which will result in the failure of the normal connection of etcd
/assign @24sama |
@xrwang8 Thnaks for this contributions ! |
LGTM label has been added. Git tree hash: 5696d87808181384df4c041ab07def848f34cac4
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pixiake, xrwang8 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@all-contributors please add @xrwang8 for code |
I've put up a pull request to add @xrwang8! 🎉 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
When deleting the cluster, delete the generated etcd certificates at the same time, to prevent the host from changing the internal ip, resulting in the redeployment failure.
Special notes for reviewers:
None