Fix a mal-formed URL (#8008)

This commit is contained in:
Kai Chen
2018-04-06 12:11:09 -07:00
committed by zacharysarah
parent f510270b15
commit c396c8d231
+1 -1
View File
@@ -57,7 +57,7 @@ List all pods:
$ kubectl get pods
```
On most providers, the pod IPs are not externally accessible. The easiest way to test that the pod is working is to create a busybox pod and exec commands on it remotely. For more information, see [Get a Shell to a Running Container](docs/tasks/debug-application-cluster/get-shell-running-container/).
On most providers, the pod IPs are not externally accessible. The easiest way to test that the pod is working is to create a busybox pod and exec commands on it remotely. For more information, see [Get a Shell to a Running Container](/docs/tasks/debug-application-cluster/get-shell-running-container/).
If the IP of the pod is accessible, you can access its http endpoint with wget on port 80: