-
Notifications
You must be signed in to change notification settings - Fork 303
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
Cannot use the script /hack/update-codegen.sh #1855
Comments
It seems the scripts tries to find an script on the vendor folder for package ingress-gce/hack/update-codegen.sh Line 24 in 8195b0b
However, it is not present there ... @swetharepakula does this ring a bell? how |
So this is a fun one, since code-generator is not in vendor anymore the script only works with the For example, if you have this repo cloned into Additionally, you will have to install openapi-gen with |
thanks guys, @spencerhance I did what you said, here are the logs
but i dont see any changes to my files, I should see a property |
Hm yeah you should be seeing a diff, I also tried locally and got the same result...will have to keep investigating. |
Alright, I made the changes manually to the files The thing is that I build the container and run it with Do you know why ? |
/kind support |
Still working on a fix for this but it appears it's an issue with how the script handles the GOPATH. If you're using gvm you can symlink the repo in your GOPATH to your source tree by running |
If I run
|
Hi,
Im working on a PR which allow users to disable QUIC support throught the FrontendConfig CR.
Im executing the script /hack/update-codegen.sh to generate the new files but I get the error :
./hack/update-codegen.sh: line 32: ../code-generator/generate-groups.sh: No such file or directory
Can you please tell me what im doing wrong ?
Here is the attribute I added
Thanks
The text was updated successfully, but these errors were encountered: