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

Problem with exercise "Multi-container Pod – init container" #26

Closed
pa-uriza opened this issue Dec 28, 2022 · 2 comments
Closed

Problem with exercise "Multi-container Pod – init container" #26

pa-uriza opened this issue Dec 28, 2022 · 2 comments

Comments

@pa-uriza
Copy link

In the initpod.yml file you are using for the init container init-ctr the image busybox. However, the command to check that the service k8sbook is up, does not work. Apparently, it is related to the version of the image. You can see in this issue that there have been some unsolved problems for recent versions ok busybox regarding nslookup that have not been addressed yet. The recommendation in the issue from other users (and what actually worked out for me) is to pin the version to be <=1.28.4. Also, there are some users that suggest using a different image for the same purposes with Kubernetes.

@lordz-md
Copy link

Got the same issue. Switched version of busybox to 1.28.4 in the YAML file and all working.
There is a bug open https://bugs.busybox.net/show_bug.cgi?id=14671

@nigelpoulton
Copy link
Owner

I merged you PR pinning the busybox:1.28.4 version.

👍

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