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

Pumba daemonset pods are crashing #110

Closed
yaron-idan opened this issue Dec 6, 2018 · 2 comments
Closed

Pumba daemonset pods are crashing #110

yaron-idan opened this issue Dec 6, 2018 · 2 comments

Comments

@yaron-idan
Copy link
Contributor

Trying to deploy k8s daemonset using this example (after fixing it using the suggestion here - #42 (comment)).
When I try to run the docker container locally (gaiaadm/pumba:master) I get the same error, which is No help topic for 'pumba' no matter what command I try to execute.
Any idea what might be causing this?

@alexei-led
Copy link
Owner

The Docker image entrypoint had been changed to the pumba binary, since image created from SCRATCH now and doesn’t contain any shell as an entrypoint.

Try to run commands directly, like:

docker run -it gaiaadm/pumba:master version

Also, it’s better to use version tag, instead of master to avoid breaking changes in future.

@yaron-idan
Copy link
Contributor Author

That works. Thanks!
Great name for a product, BTW.
WDYT about changing the kube-deploy example to reflect this change?

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