This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
tests fail #14
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
Yeah, the tests will fail unless you install kubebuilder in the right magic location. See this line:
You need to download kubebuilder and unpack it under /usr/local/. We should add this as part of dev env setup in the README, too. |
I saw the same error when I ran
The following steps resolved the error for me and then
|
Thanks, there's some docs in docs/dev/setup.md about installing kubebuilder, but I'm going to put up a patch to make this more obvious. |
russellb
added a commit
to russellb/cluster-api-provider-baremetal
that referenced
this issue
May 22, 2019
Generating manifests and running the test suite require kustomize and kubebuilder. Add a quick check for them to the Makefile to avoid less obvious errors later if they are missing. Closes issue metal3-io#14.
russellb
added a commit
to russellb/cluster-api-provider-baremetal
that referenced
this issue
May 22, 2019
Generating manifests and running the test suite require kustomize and kubebuilder. Add a quick check for them to the Makefile to avoid less obvious errors later if they are missing. Closes issue metal3-io#14.
russellb
added a commit
to russellb/cluster-api-provider-baremetal
that referenced
this issue
May 29, 2019
Generating manifests and running the test suite require kustomize and kubebuilder. Add a quick check for them to the Makefile to avoid less obvious errors later if they are missing. Closes issue metal3-io#14.
I think #77 addresses this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm seeing this on the master branch.
The text was updated successfully, but these errors were encountered: