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

Thanks + Typo #342

Open
Rasputin2 opened this issue Nov 24, 2023 · 2 comments
Open

Thanks + Typo #342

Rasputin2 opened this issue Nov 24, 2023 · 2 comments

Comments

@Rasputin2
Copy link
Contributor

First off - thanks for creating this - it's great prep. Secondly, I think there may be an issue with one of the answers to the services questions. The answers had this:

kubectl run busybox --image=busybox -it --rm --restart=Never -- sh wget -O- 10.108.152.197:80

But the error I got is that wget is not found. These two alternatives worked:

kubectl run busybox --image=busybox -it --rm --restart=Never -- wget -O- 10.108.152.197
kubectl run busybox --image=busybox -it --rm --restart=Never -- wget -O- 10.108.152.197:80

@dgkanatsios
Copy link
Owner

sorry, catching up on this - is this still an issue? if yeah, please feel free to make a PR!

@Rasputin2
Copy link
Contributor Author

OK.

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