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
root@gyliu-dev1:~/go/src/sigs.k8s.io/cluster-api-provider-genesis# make
go generate ./pkg/... ./cmd/...
go fmt ./pkg/... ./cmd/...
pkg/cloud/genesis/actuators/cluster/actuator.go
pkg/cloud/genesis/actuators/machine/actuator.go
pkg/controller/add_cluster_controller.go
pkg/controller/add_machine_controller.go
cmd/manager/main.go
go vet ./pkg/... ./cmd/...
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go crd
CRD files generated, files can be found under path /root/go/src/sigs.k8s.io/cluster-api-provider-genesis/config/crds.
kustomize build config/default/ > provider-components.yaml
Error: loadResMapFromBasesAndResources: rawResources failed to read Resources: Load from path ../rbac/rbac_role.yaml failed: open /root/go/src/sigs.k8s.io/cluster-api-provider-genesis/config/rbac/rbac_role.yaml: no such file or directory
Makefile:29: recipe for target 'manifests' failed
root@gyliu-dev1:~/go/src/sigs.k8s.io/cluster-api-provider-genesis# kubebuilder version
Version: version.Version{KubeBuilderVersion:"1.0.4", KubernetesVendor:"1.11", GitCommit:"f954dc7cff7e6c94d54139f936bb9d42314ad63e", BuildDate:"2018-09-11T21:08:31Z", GoOs:"unknown", GoArch:"unknown"}
I'm going to close this as a duplicate of #783 since it seems like the same issue.
/close
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.
/kind bug
What steps did you take and what happened:
I was following the steps here https://kubernetes-sigs.github.io/cluster-api/provider_implementations/building_running_and_testing.html to build a new cloud provider named as
genesis
, but the build failed at last due to norbac_role.yaml
, any comments what is wrong with my steps?FYI @xunpan
What did you expect to happen:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: