-
Notifications
You must be signed in to change notification settings - Fork 431
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
[release-1.10] Fix AKS reconciliation of taints #4127
[release-1.10] Fix AKS reconciliation of taints #4127
Conversation
bbd66a8
to
894693f
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.10 #4127 +/- ##
================================================
+ Coverage 54.31% 54.36% +0.04%
================================================
Files 186 186
Lines 18874 18894 +20
================================================
+ Hits 10252 10272 +20
Misses 8067 8067
Partials 555 555
☔ View full report in Codecov by Sentry. |
/assign @nojnhuh Looks like codespell is complaining about files I didn't change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: a967fa40b971fee6bb95b51ea7d3d26485a9f41a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nojnhuh 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 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PR #4136 should fix the codespell errors you see on this PR. |
We need this merged before #4122 can be cherry-picked onto |
That PR is targetting main, will it need to be cherry-picked to fix the errors on the release-1.10 branch? I don't fully understand how codespell broke in the release branch, shouldn't the action catch any spelling errors merged in cherry pick PRs? Is it because the new version that was released introduces new spelling errors and the github action is using latest? |
We will need the typos in the
I tested the This makes me wonder if we were better off maintaining codespell as a github action than having it maintained via a make target. |
this explains it, thanks! I remember this was a limitation of the githhub action, it just pulls codespell @ HEAD so it could break overnight.
IMO the Makefile target is still an improvement because 1) developers can run it locally 2) we control the version bumps We could try to backport the Makefile target switch to release-1.10 to make cherry-picks easier, or just backport the typo fixes for this one time. release-1.10 branch will fall out of support in less than a month with 1.12 comes out and it's unlikely there will be another codespell release by then. |
Could a rebase help ? |
894693f
to
9c92c88
Compare
/lgtm |
LGTM label has been added. Git tree hash: 978ef5932cd289becb1f870af48eb1c43d25a7dc
|
Thank you for the rebase! /remove-label needs-rebase |
@nojnhuh: The label(s) In response to this:
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. |
/test pull-cluster-api-provider-azure-e2e-v1beta1 |
/retest |
What type of PR is this?
This is a manual cherry-pick of #4066
What this PR does / why we need it:
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 #
Special notes for your reviewer:
TODOs:
Release note: