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
And I resolve it by bumping controller-gen to 0.14 version.
I found the similar issue in : kubernetes-sigs/controller-tools#880
I think it maybe good to update the docs
Environment
OS : Ubuntu 20.04
Go version : 1.22 linux/amd64
Fast reproduce steps
Using linux amd64 version and run
make run-local
Expected behavior
No response
Actual behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
lizzy-0323
changed the title
[Bug]: failed to install tools on go 1.22 linux/amd64
[Bug]: failed to install controller gen on go 1.22 linux/amd64 environment
Jul 8, 2024
I have reproduced it on my three machines. It's truly a problem that causes new-coming developers stuck in installing required dependencies.
But it's weird that the controller-gen binary fetched about one year ago with version v0.13.0 worked very well. Once I deleted and reinstall it, the same error was thrown. Maybe in the same version some essentials of controller-gen changed.
Describe the bug
When I trying to run
make install
, rising bug like this:And I resolve it by bumping controller-gen to 0.14 version.
I found the similar issue in : kubernetes-sigs/controller-tools#880
I think it maybe good to update the docs
Environment
OS : Ubuntu 20.04
Go version : 1.22 linux/amd64
Fast reproduce steps
Using linux amd64 version and run
Expected behavior
No response
Actual behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: