Update links to avoid redirects. (#5827)

This commit is contained in:
Steve Perry
2017-10-09 19:17:59 -07:00
committed by GitHub
parent 11b0b64ab9
commit e830745509
15 changed files with 15 additions and 15 deletions
+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. See the [command execution documentation](/docs/tasks/kubectl/get-shell-running-container/) for details.
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. See the [command execution documentation](/docs/tasks/debug-application-cluster/get-shell-running-container/) for details.
Provided the pod IP is accessible, you should be able to access its http endpoint with wget on port 80: