Merge pull request #6813 from tengqm/portforward

Clarify that only TCP ports can be portforwarded
This commit is contained in:
Joseph Heck
2018-01-07 10:14:29 -08:00
committed by GitHub
@@ -83,6 +83,11 @@ Connections made to local port 6379 are forwarded to port 6379 of the pod that
is running the Redis server. With this connection in place you can use your
local workstation to debug the database that is running in the pod.
**Warning**: Due to known limitations, port forward today only works for TCP protocol.
The support to UDP protocol is being tracked in
[issue 47862](https://github.com/kubernetes/kubernetes/issues/47862).
{: .warning}
{% endcapture %}