-
Notifications
You must be signed in to change notification settings - Fork 426
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
Allow joining AzureMachinePools to AKS clusters #4052
Allow joining AzureMachinePools to AKS clusters #4052
Conversation
2cbbee5
to
f9cda13
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4052 +/- ##
==========================================
+ Coverage 57.87% 57.93% +0.06%
==========================================
Files 187 187
Lines 19212 19352 +140
==========================================
+ Hits 11118 11211 +93
- Misses 7466 7510 +44
- Partials 628 631 +3
☔ View full report in Codecov by Sentry. |
/test pull-cluster-api-provider-azure-e2e-aks |
bfc487b
to
64965c8
Compare
PR needs rebase. 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. |
4 similar comments
PR needs rebase. 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. |
PR needs rebase. 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. |
PR needs rebase. 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. |
PR needs rebase. 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. |
8d398cc
to
355d085
Compare
PR needs rebase. 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. |
9a1bc4b
to
9af3153
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4052 +/- ##
==========================================
+ Coverage 57.87% 57.93% +0.06%
==========================================
Files 187 187
Lines 19212 19352 +140
==========================================
+ Hits 11118 11211 +93
- Misses 7466 7510 +44
- Partials 628 631 +3
☔ View full report in Codecov by Sentry. |
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
🪄🪄🪄
LGTM label has been added. Git tree hash: 62494414e6f9eed76d8c3be6d9cff233b27f2ade
|
efa8b35
to
0ca281f
Compare
/assign @jackfrancis @willie-yao |
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.
added some comments, pending responses lgtm
great work @CecileRobertMichon!
9c74fa7
to
74a8a2b
Compare
Thanks @jackfrancis! addressed your comments |
@CecileRobertMichon: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/lgtm |
LGTM label has been added. Git tree hash: 639bde32dd8f7471320a6653503a24433f0ef982
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis 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 |
/test pull-cluster-api-provider-azure-e2e-aks |
What type of PR is this?
What this PR does / why we need it: This allows joining a self-managed Azure VMSS nodepool to a CAPZ managed AKS cluster (AzureManagedControlPlane) for development and testing purposes.
Huge credits go to @alexeldeib for initial idea + POC.
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 #826
Special notes for your reviewer:
TODOs:
Release note: