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
@kriscfoster I think the problem is how controller-gen is being built. If you just clone it and build it you get this (devel) version. Whoh is what the build script is doing. I think the right fix is to actually solve kubernetes-sigs/controller-tools#500 and then just consume the binaries directly via and http_archive() rule.
First of, great tool!
The only issue I have encountered is that the version of controller-gen included in the bazel rules does not have the correct version set.
See:
This results in the following annotation on the generated CRDs:
Because of this we can't tell which version is used to generate the different CRDs.
The text was updated successfully, but these errors were encountered: