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
I guess the problem is with the following issue but just cant figure out how to fix it:
C:\Users\sonay\go/bin/controller-gen object:headerFile="hack\boilerplate.go.txt" paths="./..."
/usr/bin/sh: C:Userssonaygo/bin/controller-gen: No such file or directory
Any help would be very appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
The project is officially supported just on Linux and Mac OS X. However, shows that all problems regard the win SO would be solved if we add as pre-requirement use the https://www.cygwin.com/ to work with. Could you please help us by verifying it?
Also, we have some issues raised to make it works with Win. See: #1405 Then, please let knows it if worked and your help/contribution to it would be very welcome. WDYT?
Hello,
I am working on Windows, trying to run kubebuilder and build my first Kubernetes operator. I took the following steps so far:
go build -o kubebuilder.exe ./cmd/
go mod init kubetest
PATH_TO_KUBEBUILDER/kubebuilder.exe init --domain example.com
And after some other logs, got following error:
I guess the problem is with the following issue but just cant figure out how to fix it:
Any help would be very appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: