-
Notifications
You must be signed in to change notification settings - Fork 25
make: *** No rule to make target `install'. Stop. #101
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
Comments
@manuelwallrapp - Those steps are mentioned for the installation of Also, the below tutorial provides a step-by-step explanation about https://github.com/operator-framework/java-operator-plugins/blob/main/docs/tutorial.md |
@laxmikantbpandhare thank you for your answer. On your mentioned page it has prequisites operator-sdk v1.8, but v1.23 is the newest. If I execute: operator-sdk create api --plugins quarkus --group cache --version v1 --kind Memcached I get: So how do I get the quarkus plugin into the operator-sdk? |
@manuelwallrapp Could you please share what command you are using during initialization |
I made a mistake, thanks for your help. I think all the different guides are a bit irritating. Once with the right guide it works. |
That's great. I am closing this issue as issue got resolved. |
Hi
if I do:
go mod tidy
make install
I get a:
make: *** No rule to make target `install'. Stop.
there is no target install in the Makefile. I execute it on Mac Os X with Go version 1.18. What am I doing wrong?
The text was updated successfully, but these errors were encountered: