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

"nslookup k8sbook" does not work. instead I had to use "nslookup k8sbook.default.svc.cluster.local" while running on docker desktop #28

Closed
prateek88 opened this issue Dec 31, 2022 · 3 comments

Comments

@prateek88
Copy link

prateek88 commented Dec 31, 2022

command: ['sh', '-c', 'until nslookup k8sbook; do echo waiting for k8sbook service; sleep 1; done; echo Service found!']

Otherwise, the returned exit value is 127.

@lordz-md
Copy link

lordz-md commented Jan 1, 2023

See #26

@nigelpoulton
Copy link
Owner

Fixed by pinning busybox:1.28.4 as the image to use. I've updated this in the repo so if you pull the latest version of the GH repo you should be good!

@prateek88
Copy link
Author

Thank you!!

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