-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Internal Error while trying to run the CronJob example #1627
Comments
I'm facing a similar error too while following the multi-version API example as given in kubebuilder book, with The error seems to be similar:
For reference: Would be helpful to know a fix or workaround for this error. |
Not sure of the exact cause, but this error did not resurface after using the KB binary built from master. |
@varshaprasad96 that sounds great, i will test it |
I was facing a similar issue:
For me it worked to use the |
Hello! I'm using kubernetes version |
Hi @gaodan-fang, I am unable to reproduce your issue as well. However, see that the code of the projects used in the docs was very outdated and we update them in the PR: #1632. However, see that we still with issues in these projects that needs be fixed. I'd like to suggest to you follow up #1544 and re-check it when this one is closed. Since the specific issue raised here shows that is no longer reproduced and we have the #1544 tracked to address another scenario in the book code shows fine we close this one. However, please feel free to ping us if you think that it should be re-opened and to raise new issues as well. Thank you for your collaboration. |
/triage support
Hey i am a newbee to kube operators and i keep getting this erros while running the controller locally through
make run ENABLE_WEBHOOKS=false
My go version:
go version go1.14.5 darwin/amd64
My kubenets version:
Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0"
Appreciate if anyone could help
The text was updated successfully, but these errors were encountered: