-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Move experimental addon controllers to internal #5639
🌱 Move experimental addon controllers to internal #5639
Conversation
Welcome @vibhorrawat! |
Hi @vibhorrawat. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
Two failures-
2-
Any pointers to fix these? |
|
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.
@vibhorrawat thanks for you fist contribution to Cluster API! Welcome to the team 🥳
changes lgtm pending green CI signal (verify only)
Same from my side. Thank you very much! You have to add the following line: paths=./$(EXP_DIR)/addons/internal/... \ Below ~l.371 paths=./$(EXP_DIR)/addons/controllers/... \ You can directly squash the change into your current commit. P.S. You can also remove [WIP] from the PR title, that will make the verify GitHub workflows happy. |
78661f2
to
d62fd67
Compare
d62fd67
to
a322ba5
Compare
/lgtm |
@fabriziopandini @sbueringer Thank you so much for the specific details that helped to fix the test failures. As of now, all the Required checks are passing. Kindly review and do the needful. Looking forward for more of these to learn and familiarize myself with |
@vibhorrawat could you kindly fix one thing I forgot in the previous pass 😅 You should add this PR into API change documentation for provider implementers |
a322ba5
to
4b7b077
Compare
Done. Added the PR to API Change. @sbueringer your |
Sure :) /lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
:-( rebase first |
🌱 Move experimental addon controllers to internal 📚 Added to API Change 📚 Added to API Change and Conflict rebase
4b7b077
to
5f932b3
Compare
@vibhorrawat: 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. |
@fabriziopandini The conflicts are resolved now. Could you please re-review this one. @sbueringer Sorry for being such a pain, had to resolve the branch conflict. Kindly re-review. |
No worries :) /lgtm |
What this PR does / why we need it:
Move experimental addon controllers to internal and added a shim (alias.go) for exposing Reconcilers
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Ref #5455