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
make deploy need controller-gen and kustomize in deployment-duplicator/bin but make controller-gen and make kustomize commands do not download binary files there.
We need to execute go install ... and move them to deployment-duplicator/bin.
What
Make make controller-gen and make kustomize commands download binary files and put them deployment-duplicator/bin.
The text was updated successfully, but these errors were encountered:
Why
make deploy
need controller-gen and kustomize indeployment-duplicator/bin
butmake controller-gen
andmake kustomize
commands do not download binary files there.We need to execute
go install ...
and move them todeployment-duplicator/bin
.What
Make
make controller-gen
andmake kustomize
commands download binary files and put themdeployment-duplicator/bin
.The text was updated successfully, but these errors were encountered: