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
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
When I follow steps here to build this project. I got
go get sigs.k8s.io/controller-tools/cmd/[email protected]
^CMakefile:75: recipe for target 'controller-gen' failed
make: *** [controller-gen] Interrupt
And I use go get sigs.k8s.io/controller-tools/cmd/[email protected], but still failed. I can't find controller-gen in my GOBIN, I use go install instead which sovled this problem finally. But I still get an error when I type make manager.
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
When I follow steps here to build this project. I got
And I use
go get sigs.k8s.io/controller-tools/cmd/[email protected]
, but still failed. I can't find controller-gen in my GOBIN, I usego install
instead which sovled this problem finally. But I still get an error when I typemake manager
.What did you expect to happen:
I should build this project successfully following the steps provided here https://kubedl.io/docs/contribution/contributing/.
Anything else we need to know?:
Environment:
minikube version
): v1.33.0kubectl version
): v1.30.0cat /etc/os-release
): Ubuntu 18.04.6 LTSuname -a
): Linux gpu04 5.4.0-150-genericThe text was updated successfully, but these errors were encountered: