-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Automated cherry pick of #67825: Fix VMWare VM freezing bug by reverting #51066 #68058
Automated cherry pick of #67825: Fix VMWare VM freezing bug by reverting #51066 #68058
Conversation
/ok-to-test |
/retest |
1 similar comment
/retest |
@nikopen @gnufied @SandeepPissay This is the behavior on 1.11 branch with this change. Created deployment deployment.
Powered off the node
Powered Off Node is removed from the API server.
After 6 minutes, volumes successfully attached to new node Attempt to power on node Attempt to stop kubelet on the node
Node status changed to
new pod is spawned on node
new pod
This is the same behavior as mentioned for 1.9 branch at #68056 (comment) and #68056 (comment) |
/retest |
Cherrypick approved. cc/ @saad-ali for LGTM and approval. |
/kind bug |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: childsb, nikopen 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 |
/retest Review the full test history for this PR. Silence the bot with an |
5 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/test all Tests are more than 96 hours old. Re-running tests. |
@foxish, is this regression enough to justify new 1.11.4 release? We've been hit by it, but would also benefit from other bugfixes in 1.11.3. |
@redbaron it didn't make it to 1.11.3 in time, I suppose 1.11.4 will be out in 2-3 weeks or so. as a workaround you can compile a custom kube-controller-manager with the related lines removed, this is a good guide: https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/compiling-kubernetes-binaries |
Cherry pick of #67825 on release-1.11.
#67825: Fix VMWare VM freezing bug by reverting #51066