-
Notifications
You must be signed in to change notification settings - Fork 716
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
kubeadm: consider use --lazy option for unconnected nfs server when cleanup node mountpoints #2980
Comments
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions 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/test-infra repository. |
/sig cluster-lifecycle |
/transfer kubeadm |
please add more details to the description. where is this --lazy flag supposed to be added? if yes, then maybe this is a related issue: and PR: |
This issue and PR seems is just what I looked for. Thanks @neolit123 |
ok, we can close this one. |
What would you like to be added?
kubeadm cleanup load try
--lazy
option when encounting umount nfs error.umount reference: https://linux.die.net/man/8/umount
Why is this needed?
The kubeadm command may hangs if the node can not connect to nfs server
The text was updated successfully, but these errors were encountered: