-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Allow some commands to generate k8s, without requiring build files. #1966
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
Conversation
pkg/apis
exist, not full project
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
building it locally it seems to work in my test of it.
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.
A few things I think we should change.
Why is there 2 merge commits in this PR? That's weird to me. Can you rebase and clean those up? |
Also the PR title and the first commit are really long.
I try to keep the first line of the commit message as a subject line in an email. Then to clarify I add one blank line then add as much text as I want to subsequent lines to describe in more detail what I did in the commit. I would suggest something more like this:
|
… without relay in the existence of the Dockerfile and/or main.go one.
/test e2e-aws-ansible |
1 similar comment
/test e2e-aws-ansible |
…files. (operator-framework#1966)" This reverts commit a3458ab.
…perator-framework#1966) * Allow some commands to generate k8s, without requiring build files. * update changelog * adpt sub-commands * review changes * Update cmd/operator-sdk/main.go
…files. (operator-framework#1966)" (operator-framework#2039) This reverts commit a3458ab.
Description of the change:
Motivation for the change:
Closes: #1804 and #1686
PS.: Helpful for #1964