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

Docker required to run Makefile on kepler-operator #405

Closed
arthurus-rex opened this issue Jun 18, 2024 · 3 comments
Closed

Docker required to run Makefile on kepler-operator #405

arthurus-rex opened this issue Jun 18, 2024 · 3 comments

Comments

@arthurus-rex
Copy link

Following the steps in the docs, running make cluster-up on a system that has podman installed instead of docker, we receive the following error:

~/go/src/github.com/kepler-operator/tmp/local-dev-cluster/lib/utils.sh: line 182: docker: command not found
 ❯ docker run -d --restart=always --name kind-registry -p 127.0.0.1:5001:5000 --network kind registry:2

~/go/src/github.com/kepler-operator/tmp/local-dev-cluster/lib/utils.sh: line 51: docker: command not found
make: *** [Makefile:126: cluster-up] Error 127

Installing docker alleviates the issue. Could consider either adding podman compatibility to Makefile, or specifying in docs that docker is required.

@vprashar2929
Copy link
Collaborator

@arthurus-rex You are correct. The docs should be updated to include docker as one of the requirements. Nice find.
Do you want to update this here: https://github.com/sustainable-computing-io/kepler-doc ?

@arthurus-rex
Copy link
Author

Yes of course, I will gladly update this, thank you for your prompt response!

@vprashar2929
Copy link
Collaborator

closing as sustainable-computing-io/kepler-doc#160 got merged

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

2 participants