Clarify that only TCP ports can be portforwarded

Closes: #4109
This commit is contained in:
Qiming Teng 2018-01-02 11:55:30 +08:00
parent 53e05358be
commit 931504e0db
1 changed files with 5 additions and 0 deletions

View File

@ -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 %}