We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: CRD generation isn't working. On running make generate, the CRDs aren't being generated the target directory.
make generate
What you expected to happen: CRDs should be regenerated.
How to reproduce it (as minimally and precisely as possible):
➜ kuttl git:(main) ✗ make generate /bin/bash: ./bin/golangci-lint: No such file or directory controller-gen crd paths=./pkg/apis/... output:crd:dir=config/crds output:stdout ./hack/update_codegen.sh Using cached code generator version: v0.30.2 Generating deepcopy code for 1 targets
crds/
config/crds
Anything else we need to know?:
We should also verify in CI if the CRDs are in sync, to prevent them from getting stale again.
Environment:
kubectl version
kubectl kuttl version
uname -a
The text was updated successfully, but these errors were encountered:
Noticed the bug label isn't being auto-assigned to Bugs. Raised a fix: #542.
bug
Sorry, something went wrong.
No branches or pull requests
What happened:
CRD generation isn't working. On running
make generate
, the CRDs aren't being generated the target directory.What you expected to happen:
CRDs should be regenerated.
How to reproduce it (as minimally and precisely as possible):
➜ kuttl git:(main) ✗ make generate /bin/bash: ./bin/golangci-lint: No such file or directory controller-gen crd paths=./pkg/apis/... output:crd:dir=config/crds output:stdout ./hack/update_codegen.sh Using cached code generator version: v0.30.2 Generating deepcopy code for 1 targets
crds/
orconfig/crds
.Anything else we need to know?:
We should also verify in CI if the CRDs are in sync, to prevent them from getting stale again.
Environment:
kubectl version
):kubectl kuttl version
):uname -a
):The text was updated successfully, but these errors were encountered: