-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic detected while running "make docker-build" on Spoke cluster as according to README.md #30
Comments
Let me take a look. |
I can reproduce it with Go1.22.3 and can not with Go 1.21.8. That is probably due to this issue: kubernetes-sigs/controller-tools#888. I guess we can bump controller-gen to v0.14.0+ to resolve it. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
I tried couple of times to setup this on my kind cluster, but everytime I tried to setup, I am getting error on running the command
the error is as below,
Following are the versions which I am currently using,
But while manually running,
docker build . -t work-api-controller:latest
the image gets created.
Can anyone guide me for mitigating this error? Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: