Fix local reference to section on constructing proxy URLs

This commit is contained in:
Alex Robinson
2016-05-24 23:39:17 +00:00
parent 8d8d80c3ce
commit 9020b24ce7
+1 -1
View File
@@ -169,7 +169,7 @@ You have several options for connecting to nodes, pods and services from outside
access to ports on the node IP, or for debugging. access to ports on the node IP, or for debugging.
- Proxies may cause problems for some web applications. - Proxies may cause problems for some web applications.
- Only works for HTTP/HTTPS. - Only works for HTTP/HTTPS.
- Described [here](#discovering-builtin-services). - Described [here](#manually-constructing-apiserver-proxy-urls).
- Access from a node or pod in the cluster. - Access from a node or pod in the cluster.
- Run a pod, and then connect to a shell in it using [kubectl exec](/docs/user-guide/kubectl/kubectl_exec). - Run a pod, and then connect to a shell in it using [kubectl exec](/docs/user-guide/kubectl/kubectl_exec).
Connect to other nodes, pods, and services from that shell. Connect to other nodes, pods, and services from that shell.