-
Notifications
You must be signed in to change notification settings - Fork 460
🌱 Decouple MachinePool reconciler from Kubeadm #4931
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
🌱 Decouple MachinePool reconciler from Kubeadm #4931
Conversation
1483d29 to
7fc17cb
Compare
config/rbac/role.yaml
Outdated
| kind: ClusterRole | ||
| metadata: | ||
| name: manager-role | ||
| aggregationRule: |
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.
I was actually also planning to make this RBAC change soon. Depending on how long you think the rest of this PR might take, a separate PR with this particular change would be welcome!
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.
Hey @nojnhuh, thanks, I'm also thinking about opening aggregated role PR separately, as the current state passes CI. Do you know how the codecov job can be retriggered? The failure there seems like a flake.
45fffb9 to
befc216
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4931 +/- ##
==========================================
+ Coverage 62.19% 62.21% +0.02%
==========================================
Files 201 201
Lines 16878 16879 +1
==========================================
+ Hits 10497 10502 +5
+ Misses 5591 5586 -5
- Partials 790 791 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Danil-Grigorev <[email protected]>
befc216 to
c1472a8
Compare
|
/retest codecov |
|
@Danil-Grigorev: The
The following commands are available to trigger optional jobs:
Use
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. |
|
@Danil-Grigorev: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
|
/retest |
1 similar comment
|
/retest |
mboersma
left a comment
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
Closes #4868
|
LGTM label has been added. Git tree hash: 54dff72ba9ac1feced41848a23c424779d2b9be6
|
|
/test pull-cluster-api-provider-azure-e2e-optional |
nojnhuh
left a comment
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
/hold for optional tests
|
[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 |
|
tests are green! |
|
CI should be healthier now. |
|
/test pull-cluster-api-provider-azure-e2e-aks |
What type of PR is this?
What this PR does / why we need it:
This change removes static dependency on kubeadm to establish watches for
MachinePoolreconciler, allowing to specify a different<Bootstrap>ConfigGVKon user demand.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: #4854
Special notes for your reviewer:
TODOs:
Release note: