-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat: allow operator-sdk install to be customizable #6443
feat: allow operator-sdk install to be customizable #6443
Conversation
8013a3d
to
6c768b1
Compare
6c768b1
to
542e137
Compare
@everettraven can you review? |
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.
Overall this looks good to me. Have one question, but shouldn't block this PR if it doesn't warrant a change
@everettraven there seems to be some sort of issue with |
@everettraven anything else that needs to happen to this PR for it to be merged? |
- This allows the operator-sdk install to customizable via Makefile. If necessary, a specific version can be downloaded and used. Signed-off-by: Gabe Alford <redhatrises@gmail.com>
@redhatrises Nope, thanks for the ping as a reminder! Going to kick the docs test again, but will keep an eye on this to get it merged. |
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
542e137
to
844209e
Compare
@everettraven FYI rebased against the master branch to pick up the fixed test (which removed the /lgtm) label. |
@everettraven after rebase, all tests green! yay! |
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
Description of the change:
This allows the operator-sdk install to customizable via Makefile. If necessary, a specific version can be downloaded and used.
Motivation for the change:
Useful for users to be able to customize their environment and usage of the operator-sdk binary in their project or project(s) e.g. a user works on multiple different projects that aren't on the same version, CI systems that might require a specific version, etc.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs