-
Notifications
You must be signed in to change notification settings - Fork 434
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
Bump CAPI to v1.8.8 #5371
Bump CAPI to v1.8.8 #5371
Conversation
/test pull-cluster-api-provider-azure-apiversion-upgrade |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5371 +/- ##
=======================================
Coverage 52.43% 52.43%
=======================================
Files 272 272
Lines 29401 29401
=======================================
Hits 15417 15417
Misses 13178 13178
Partials 806 806 ☔ View full report in Codecov by Sentry. |
/test pull-cluster-api-provider-azure-apiversion-upgrade |
9749aea
to
3571457
Compare
/test pull-cluster-api-provider-azure-apiversion-upgrade |
@@ -29,7 +29,6 @@ metadata: | |||
name: ${CLUSTER_NAME}-mp-0 | |||
namespace: default | |||
spec: | |||
identity: SystemAssigned |
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.
This base is leftover from this old PR: https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1423/files#diff-64ec3c60700d0c80917da2dc8f447b2cc531a482c32abdef2466c7bb7e9740d7R32
Current prow mp templates do not have this field: https://github.com/willie-yao/cluster-api-provider-azure/blob/357145797da465de3ba5d55f31a6e7d85e71bb7f/templates/cluster-template-machinepool.yaml#L161
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
/cherry-pick release-1.17
LGTM label has been added. Git tree hash: a84f0c7cc22e49a801fca361561bda0cb8715a71
|
/cherry-pick release-1.17 Edit cherry-pick bot is so inflexible! We should improve it so |
@mboersma: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nawazkh 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 |
@mboersma: #5371 failed to apply on top of branch "release-1.17":
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-sigs/prow repository. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR bumps CAPI to v1.8.8 and includes a fix that removes
identity: SystemAssigned
from the mp upgrade templates, which were leftover from an old template. Current prow mp templates do not setidentity: SystemAssigned
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Closes #5356
Closes #5331
Special notes for your reviewer:
TODOs:
Release note: