Skip to content
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

Operator MakeFile target throwing errors during binary installation. #1609

Open
rootxrishabh opened this issue Feb 5, 2024 · 6 comments · May be fixed by #1699
Open

Operator MakeFile target throwing errors during binary installation. #1609

rootxrishabh opened this issue Feb 5, 2024 · 6 comments · May be fixed by #1699
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@rootxrishabh
Copy link
Member

Bug Report

To Reproduce

Operator MakeFile uses a go-get-tool function which downloads necessary binaries for certain targets/tasks but is absent. This results in make errors -

make: Nothing to be done for 'controller-gen'.

Expected behavior

Make should successfully install controller-gen binary.

Solution

Creating a function to enable go install should solve these. For ref

@rootxrishabh rootxrishabh added bug Something isn't working good first issue Good for newcomers labels Feb 5, 2024
@UtkarshUmre
Copy link

i would like to work on this

@rootxrishabh
Copy link
Member Author

Hey @UtkarshUmre thanks for the interest. Looking forward to the PR. Let me know if you have any questions.

@UtkarshUmre
Copy link

yes @rootxrishabh I see it's labeled as a good first issue, and I'm excited to get started. Would you mind assigning it to me ?

@rootxrishabh
Copy link
Member Author

Hey @UtkarshUmre any updates? Let me know if you need help with something.

@UtkarshUmre
Copy link

Hey @rootxrishabh I haven't had the chance to address this issue yet due to ongoing exams and recent travel. However, I'll be starting on it tomorrow. I'll keep you updated if any issues arise. Thanks for checking in

@AllenOps08
Copy link

@UtkarshUmre Are you still working on this ..If not , I would like to do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants