You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently see issues with Go >1.21 and our current controller-gen
version, so a reasonable workaround is to always run with Go 1.21
instead of using whatever the system happens to have install.
Easiest way to do that is by doing the manifest generation inside a
container, and `make generate` already serves that purpose, so this
commit changes the generation script to *also* generate the manifests.
This commit also removes all prior occurrences of `make manifests`.
Fixes#885.
We currently see issues with Go >1.21 and our current controller-gen
version, so a reasonable workaround is to always run with Go 1.21
instead of using whatever the system happens to have installed.
Easiest way to do that is by doing the manifest generation inside a
container, and `make generate` already serves that purpose, so this
commit changes the generation script to *also* generate the manifests.
This commit also removes all prior occurrences of `make manifests`.
Fixes#885.
Environment
Local development, with Go 1.22, for example.
Steps to reproduce
make manifests
ProfitExpected result
make manifests
should complete successfullyActual result
It fails with a null pointer deref.
Command output
Other logs, links
The text was updated successfully, but these errors were encountered: