-
Notifications
You must be signed in to change notification settings - Fork 99
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
✨ Update Cert manager tilt module and fix tilt up for CAPM3 #290
✨ Update Cert manager tilt module and fix tilt up for CAPM3 #290
Conversation
6d0c97a
to
48211c7
Compare
/test-integration |
48211c7
to
bac8e5a
Compare
c7dd4fb
to
6cce356
Compare
54eb546
to
b1476c7
Compare
/retitle ✨ Update Cert manager tilt module and fix tilt up for CAPM3 |
/test unit |
1 similar comment
/test unit |
/test-integration |
/assign @kashifest |
/approve |
/hold |
/test all |
b1476c7
to
6a9be75
Compare
/unhold main branch transition landed and m3-dev-env is setup |
/unhold |
/cc @fmuyassarov |
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.
Looks good. What about
cluster-api-provider-metal3/Tiltfile
Line 302 in 6a9be75
union_enable_providers = {k: "" for k in user_enable_providers + always_enable_providers}.keys() |
6a9be75
to
ce1230e
Compare
It is needed to start the controllers, otherwise it will fail with:
So, that is needed, otherwise controllers will not be deployed (tried locally). |
/test-integration |
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.
Looks good to me. Just one small nits.
ce1230e
to
2c7a715
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 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Xenwar 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 unit |
/lgtm |
What this PR does / why we need it:
Updates cert manager tilt module and checks if those changes affect tilt up process.
Note: to be able to successfully run CAPM3 controller dummy BMH creation has been added to tilt-up make file target.
Follows CAPI#4680 on cert manager update