Skip to content

Thanks + Typo #342

@Rasputin2

Description

@Rasputin2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions