Skip to content

Add targets to Makefile#120

Closed
varshaprasad96 wants to merge 2 commits intooperator-framework:mainfrom
varshaprasad96:makefile/cleanup
Closed

Add targets to Makefile#120
varshaprasad96 wants to merge 2 commits intooperator-framework:mainfrom
varshaprasad96:makefile/cleanup

Conversation

@varshaprasad96
Copy link
Copy Markdown
Member

This commit adds two additional Makefile targets to Makefile:

cleanup: Since operator-controller is the single point of entry and make run installs Rukpak and Cert-manager, it would be good to have a target that cleans up the cluster of controller and all its dependencies.

run-local: To be able to run the controller locally, it is useful for developments so that we need not always have to build image to test operator. This is similar to make run target in SDK generated projects (https://github.com/operator-framework/operator-sdk/blob/5cbdad9209332043b7c730856b6302edc8996faf/testdata/go/v3/memcached-operator/Makefile#L118)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants