kubeadm setup: enhance retry with etcd error ignore#13169
kubeadm setup: enhance retry with etcd error ignore#13169shaleenbathla wants to merge 2 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shaleenbathla The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @shaleenbathla. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
8e9fc4e to
662a0ca
Compare
Fixes this error during retry: [preflight] Some fatal errors occurred: [ERROR FileAvailable--etc-kubernetes-manifests-etcd.yaml]: /etc/kubernetes/manifests/etcd.yaml already exists [preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...` error: error execution phase preflight: preflight checks failed To see the stack trace of this error execute with --v=5 or higher [preflight] Some fatal errors occurred: [ERROR Port-6443]: Port 6443 is in use [ERROR Port-10259]: Port 10259 is in use [ERROR Port-10257]: Port 10257 is in use [ERROR Port-2379]: Port 2379 is in use [ERROR Port-2380]: Port 2380 is in use [ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd is not empty [preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...` Signed-off-by: Shaleen Bathla <shaleen.bathla@servicenow.com>
662a0ca to
100b911
Compare
… node Signed-off-by: Shaleen Bathla <shaleen.bathla@servicenow.com>
|
@VannTen please review |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixes this error during retry:
[preflight] Some fatal errors occurred:
[ERROR FileAvailable--etc-kubernetes-manifests-etcd.yaml]: /etc/kubernetes/manifests/etcd.yaml already exists
[preflight] If you know what you are doing, you can make a check non-fatal with
--ignore-preflight-errors=...error: error execution phase preflight: preflight checks failed To see the stack trace of this error execute with --v=5 or higherWhich issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: