Closed rkmsk closed 1 year ago
Could you please send a PR?
Done. Issue with controller-tools could be my local one, as I didn't make any changes to project files.
I had to manually do go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.0 otherwise I got an error
@rkmsk @chrislusf, the issue here for me was the same with go get
in the Makefile
. go get
is deprecated since go1.17. I'm using go1.19, and changing the go get
s to go install
in the Makefile
allowed make install
to work.
@mathe-matician thanks! Updated. Please help to confirm the fix.
@chrislusf yep that works, I pulled the repo and ran make install
, it was successful on the first go. Thanks!
I've stumbled across 2 issues:
1) I had to manually do
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.0
otherwise I got an error2) There is a bug in
seaweedfs-operator/config/webhook/manifests.yaml
whereis missing for
thus showing an error on
make deploy