-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 Get rid of unstructured type in VSphereVM reconciler #2353
Conversation
17b5ccd
to
4f81588
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2353 +/- ##
==========================================
+ Coverage 60.23% 60.73% +0.49%
==========================================
Files 164 164
Lines 9439 9392 -47
==========================================
+ Hits 5686 5704 +18
+ Misses 3334 3277 -57
+ Partials 419 411 -8
☔ View full report in Codecov by Sentry. |
4f81588
to
28b4aaa
Compare
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.
Really nice cleanup. One nit.
Let's ignore the non-ideal logs for now (that we already had before this PR), we'll improve that when we improve logging of the entire controller
Signed-off-by: Gong Zhang <[email protected]>
28b4aaa
to
c7d13ec
Compare
@sbueringer all comments are addressed, it's ready for a second look, thx! |
Thx! /lgtm /hold |
LGTM label has been added. Git tree hash: ffeec6b3b13925d75d6a707ed6ab4c552a2c2bea
|
/hold cancel |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
Very nice cleanup /approve /hold pending CI |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
Entirely up to you, but e2e-full automatically blocks merging as soon as it's triggered so we don't have to manage the hold manually (Just fyi) |
Ah right, this was recently changed :-) /hold cancel |
Not really :D. We always had this in CAPV (since before we took over). We just changed it in core CAPI to be the same. |
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.
/retest
What this PR does / why we need it:
I'm assuming this is an intermediate state when to support supervisor mode, so it uses unstructured type in VSphereVM reconciler to support two modes. As we now have vmoperator to reconcile VM in supervisor mode, I think we are good to get rid of unstructured type in VSphereVM reconciler, but better to have a review from folks who're more familiar with supervisor mode.
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 #2056