Skip to content
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

build is failing #6

Closed
gebhardtr opened this issue Nov 10, 2020 · 2 comments
Closed

build is failing #6

gebhardtr opened this issue Nov 10, 2020 · 2 comments

Comments

@gebhardtr
Copy link
Contributor

https://github.com/redhat-marketplace/marketplace-games-operator/runs/1381752836

Unexpected error:
<*fmt.wrapError | 0xc000422080>: {
msg: "failed to start the controlplane. retried 5 times: fork/exec /usr/local/kubebuilder/bin/etcd: no such file or directory",
err: {

@adams0619
Copy link
Contributor

adams0619 commented Nov 11, 2020

@gebhardtr This is occurring because of some missing scaffolding in the Makefile that comes with newer versions of the operator-sdk. Note, the make target for docker-build runs make test first causing the failure, and operator-sdk has since moved to using envtest along with some k8s binaries for testing. A fix for this along with a test are implemented in PR #4.

Reference issues: operator-framework/operator-sdk#3692, kubernetes-sigs/kubebuilder#1599

@zevioso
Copy link
Contributor

zevioso commented Dec 11, 2020

Closing as the build is now successfully deploying.

@zevioso zevioso closed this as completed Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants