Skip to content
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

make fails with error recipe for target codegen failed #2

Open
SaravanaStorageNetwork opened this issue May 24, 2018 · 1 comment
Open

Comments

@SaravanaStorageNetwork
Copy link

make fails with the below error.

Some prerequisites is missing in documentation

$ make
rm -rf pkg/client
./hack/update-codegen.sh
./hack/update-codegen.sh: line 25: ./hack/../vendor/k8s.io/code-generator/generate-groups.sh: No such file or directory
Makefile:20: recipe for target 'codegen' failed
make: *** [codegen] Error 1

@screeley44
Copy link

run dep ensure first then try make again. I think @jarrpa is aware and fixing this

jarrpa pushed a commit that referenced this issue Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants