We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71027af commit 80339deCopy full SHA for 80339de
Makefile
@@ -91,7 +91,7 @@ ifeq (, $(shell which controller-gen))
91
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
92
cd $$CONTROLLER_GEN_TMP_DIR ;\
93
go mod init tmp ;\
94
- go get sigs.k8s.io/controller-tools/cmd/[email protected] ;\
+ go install sigs.k8s.io/controller-tools/cmd/[email protected] ;\
95
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
96
}
97
CONTROLLER_GEN=$(GOBIN)/controller-gen
0 commit comments