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

Change ./bin to LOCALBIN #6637

Closed
mateusoliveira43 opened this issue Dec 6, 2023 · 1 comment · Fixed by #6655
Closed

Change ./bin to LOCALBIN #6637

mateusoliveira43 opened this issue Dec 6, 2023 · 1 comment · Fixed by #6655
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Milestone

Comments

@mateusoliveira43
Copy link

Feature Request

Describe the problem you need a feature to resolve.

Path to some tools binaries is hard coded with ./bin, instead of using LOCALBIN (https://github.com/kubernetes-sigs/kubebuilder/blob/3c9cf656ce4d62a10c8e78a1c0f066de47c983db/pkg/plugins/golang/v3/scaffolds/internal/templates/makefile.go#L185).

Example

OPERATOR_SDK ?= ./bin/operator-sdk

Describe the solution you'd like.

It would be also nice if tools binaries variables (OPERATOR_SDK, OPM, OPERATOR_SDK_VERSION and OPM_VERSION, which does not exist) could be grouped in here https://github.com/kubernetes-sigs/kubebuilder/blob/3c9cf656ce4d62a10c8e78a1c0f066de47c983db/pkg/plugins/golang/v3/scaffolds/internal/templates/makefile.go#L189-L196

@theishshah theishshah added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Dec 11, 2023
@theishshah theishshah added this to the Backlog milestone Dec 11, 2023
@lunarwhite
Copy link
Contributor

/assign
I'd like to help this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants