-
Notifications
You must be signed in to change notification settings - Fork 40k
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 issue #390 #56726
Fix issue #390 #56726
Conversation
lgtm |
/ok-to-test |
/lgtm |
/assign @BaluDontu, @kerneltime |
/test pull-kubernetes-kubemark-e2e-gce |
/approve |
/assign @imkin |
@BaluDontu, you must use |
/approve no-issue |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abrarshivani, BaluDontu, jsafrane, shaominchen Associated issue requirement bypassed by: abrarshivani The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest Review the full test history for this PR. |
Automatic merge from submit-queue (batch tested with PRs 56639, 56746, 56715, 56673, 56726). If you want to cherry-pick this change to another branch, please follow the instructions here. |
…56726-#57053-upstream-release-1.9 Automatic merge from submit-queue. Automated cherry pick of #56648 #56726 #57053 upstream release 1.9 Cherry pick of #56648 #56726 #57053 on release 1.9. #56648: Fix session timeout issue in vSphere Cloud Provider #56726: Fix dynamic volume provisioning iussue when VM is removed from inventory #57053: Compare correct file names for volume detach operation
What this PR does / why we need it:
When VM node is removed from vSphere Inventory, the corresponding Kubernetes node is unregistered and removed from registeredNodes cache in nodemanager. However, it is not removed from the other node info cache in nodemanager. The fix is to update the other cache accordingly.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes vmware-archive#390
Special notes for your reviewer:
Internally review PR here: vmware-archive#402
Release note:
Testing Done: