-
Notifications
You must be signed in to change notification settings - Fork 19
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
Improve makefiles #845
Improve makefiles #845
Conversation
5b347e6
to
acefd0e
Compare
@@ -9,7 +9,7 @@ Pros of the architecture: | |||
* extensibility | |||
|
|||
## Dependencies description | |||
* `Makefile` - The main makefile that allows for installing and running the Serverless Operator. It's a high-level target to run the module without knowing its internals. It's the first contact point for the Serverless module users. | |||
* `Makefile` - The main makefile that allows for installing and running the Serverless. It's a high-level target to run the module without knowing its internals. It's the first contact point for the Serverless module users. |
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.
Why you remove Operator
? IMO main makefile run Serverless Operator
.
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.
I want to stress it that this makefile works with serverless. Sure under the hood it's installed by operator, but this is the implementation detail.
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.
Add deploy-local
Co-authored-by: Grzegorz Karaluch <[email protected]>
Description
Changes proposed in this pull request:
Related issue(s)