Hide Forgot
In Section "2.4 EXPLORING KUBERNETES PODS" of "Getting started with Containers", the first paragraph seems to reference a following command and then not provide it: If something goes wrong along the way, there are several ways to determine what happened. One thing you can do is to examine services inside of the containers. To do that, you can look at the logs inside the container to see what happened. Run the following command (replacing the last argument with the pod name you want to examine). <seems like there should be a command here> Another problem that people have had comes from forgetting to disable firewalld. If firewalld is active, it could block access to ports when a service tries to access them between your containers. Make sure you have run systemctl stop firewalld ; systemctl disable firewalld on your host. .... In case it is a rendering issue, I am using firefox 45.0.1 on fedora.
I added an example of the "kubectl logs" command. I'll add a comment here when the document is published on the portal.
I've pushed the fix. It is now ready for publishing. Once it is published, it will appear here: https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/version-7/getting-started-with-containers/#get_started_orchestrating_containers_with_kubernetes
Thanks Chris. This is now pushed live and can be verified here [1]. Moving this bug to CLOSED-->CURRENTRELEASE. [1] https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/version-7/getting-started-with-containers/#exploring_kubernetes_pods