Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 avoid errors when MHC and upgrade occur together in classy clusters #8464

Merged

Conversation

ykakarap
Copy link
Contributor

@ykakarap ykakarap commented Apr 4, 2023

What this PR does / why we need it:

This PR addresses the problem that can happen for classy clusters if machine remediation is triggered on MachineDeployments while in the middle of a Cluster upgrade.
This problem is a side effect of kubeadm failing to join nodes of a Kubernetes version older of the control plane version

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 #7533

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 4, 2023
@ykakarap ykakarap changed the title 馃悰 [EXPERIMENT][DNR] avoid deadlock when MHC and upgrade occur together in classy clusters 馃悰 [EXPERIMENT][DNR] avoid errors when MHC and upgrade occur together in classy clusters Apr 6, 2023
@ykakarap ykakarap force-pushed the pr-mhc-upgrade-deadlock-fix branch from 4fe4e6c to 051ef5d Compare April 14, 2023 05:56
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 14, 2023
@ykakarap ykakarap changed the title 馃悰 [EXPERIMENT][DNR] avoid errors when MHC and upgrade occur together in classy clusters 馃悰 [WIP] avoid errors when MHC and upgrade occur together in classy clusters Apr 14, 2023
@ykakarap
Copy link
Contributor Author

/retest

Copy link
Member

@sbueringer sbueringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few nits and one bug or something :)

@ykakarap ykakarap force-pushed the pr-mhc-upgrade-deadlock-fix branch from 0aa67ae to 29a879e Compare April 14, 2023 19:19
@ykakarap ykakarap changed the title 馃悰 [WIP] avoid errors when MHC and upgrade occur together in classy clusters 馃悰 avoid errors when MHC and upgrade occur together in classy clusters Apr 14, 2023
@ykakarap ykakarap force-pushed the pr-mhc-upgrade-deadlock-fix branch from 29a879e to 3f9302e Compare April 15, 2023 06:15
@ykakarap
Copy link
Contributor Author

/retest

@sbueringer
Copy link
Member

/test pull-cluster-api-e2e-full-main

@sbueringer
Copy link
Member

/cherry-pick release-1.4

@k8s-infra-cherrypick-robot

@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.4 in a new PR and assign it to you.

In response to this:

/cherry-pick release-1.4

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.

@sbueringer
Copy link
Member

/retest

@sbueringer
Copy link
Member

/lgtm

Also ran some local test. Everything seems to behave as expected

/assign @killianmuldoon
for a final review

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 24, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 59c8697d46fd7f4858861b1124920c360422c188

@sbueringer
Copy link
Member

/retest

1 similar comment
@sbueringer
Copy link
Member

/retest

@killianmuldoon
Copy link
Contributor

/lgtm

Copy link
Contributor

@killianmuldoon killianmuldoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: killianmuldoon

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 25, 2023
@k8s-ci-robot k8s-ci-robot merged commit 8ca8170 into kubernetes-sigs:main Apr 25, 2023
22 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.5 milestone Apr 25, 2023
@k8s-infra-cherrypick-robot

@sbueringer: new pull request created: #8568

In response to this:

/cherry-pick release-1.4

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.

@johannesfrey
Copy link
Contributor

/area clusterclass

@k8s-ci-robot k8s-ci-robot added the area/clusterclass Issues or PRs related to clusterclass label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/clusterclass Issues or PRs related to clusterclass cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MachineDeployment Status should take MachineHealthCheck into account when computing final status
7 participants