-
Notifications
You must be signed in to change notification settings - Fork 22
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
Set OwnerRef on TrustBundle configmaps and add selfhosted E2E test #438
Conversation
ab4005c
to
2af8c4f
Compare
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #438 +/- ##
==========================================
+ Coverage 28.37% 29.65% +1.28%
==========================================
Files 14 14
Lines 1304 1332 +28
==========================================
+ Hits 370 395 +25
- Misses 934 937 +3 ☔ View full report in Codecov by Sentry. |
773cbaf
to
9e3a2fb
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.
/lgtm
/approve
/retest |
9e3a2fb
to
3e89af5
Compare
/retest |
1302d8d
to
85b3f8d
Compare
/retest |
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.
we need to fix the codecov errors
85b3f8d
to
abcb42a
Compare
Also set ownerReference on trust bundle configmaps so CMs get moved when clusterctl move happens.
abcb42a
to
0100072
Compare
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adiantum, deepakm-ntnx, thunderboltsid 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 |
Also set ownerReference on trust bundle configmaps so CMs get moved when clusterctl move happens.
Also set ownerReference on trust bundle configmaps so CMs get moved when clusterctl move happens.
This PR adds a E2E test for clusterctl move and also adds a method to reconcile trust bundle refs in NutanixmachineReconciler to set ownerReference on trust bundle configmaps so those configmaps get moved when clusterctl move operation happens.