-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
unable to run the tests scaffold for the projects without the kb bin in /usr/local/kubebuilder/bin #1599
Comments
/assign @camilamacedo86 |
/reopen |
@camilamacedo86: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
An possible solution is to setup the bins as:
|
if these files are required, integrating into |
Hi @georgettica, If you run brew install kubebuilder it will install the binaries because they are shipped with Kubebuilder currently. The goal here is in the long term we do not need to ship them. It was solved for v3+. See: #1626 So, when we are able to removed the support for v2 and removed it from the projects as was done for v1 it will be solved. |
@camilamacedo86 I installed kubebuilder and they were not installed |
as this tool requies etcd in a specific location and the error was not solved (see kubernetes-sigs/kubebuilder#1599) commenting out and leaving like that until fixed
now sample resembles what needs to run on the cluster also: - shorten service name so deploy will work - fix(suite_test): remove test as this tool requies etcd in a specific location and the error was not solved (see kubernetes-sigs/kubebuilder#1599) commenting out and leaving like that until fixed - fix(crd): add crd somehow this was not added before
now sample resembles what needs to run on the cluster also: - shorten service name so deploy will work - fix(suite_test): remove test as this tool requies etcd in a specific location and the error was not solved (see kubernetes-sigs/kubebuilder#1599) commenting out and leaving like that until fixed - fix(crd): add crd somehow this was not added before
The following error is faced when the KB is installed from master or its bin be added in another place when the tests are executed via the makefile targets:
Root cause explained in: #686 (comment)
The text was updated successfully, but these errors were encountered: