Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Charle Demers
2020-12-04 10:35:39 -05:00
committed by GitHub
parent 36ab3f3fae
commit 590cac5fb5
@@ -190,8 +190,8 @@ the slightly simpler syntax:
kubectl port-forward deployment/redis-master :6379
```
An allocated local port in the upper range will be displayed as a result, the output
will be similar to this:
The `kubectl` tool finds a local port number that is not in use (avoiding low ports numbers,
because these might be used by other applications). The output is similar to:
```
Forwarding from 127.0.0.1:62162 -> 6379