Skip to content

Commit 590cac5

Browse files
cdemersTim Bannister
andauthored
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 36ab3f3 commit 590cac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ the slightly simpler syntax:
190190
kubectl port-forward deployment/redis-master :6379
191191
```
192192

193-
An allocated local port in the upper range will be displayed as a result, the output
194-
will be similar to this:
193+
The `kubectl` tool finds a local port number that is not in use (avoiding low ports numbers,
194+
because these might be used by other applications). The output is similar to:
195195

196196
```
197197
Forwarding from 127.0.0.1:62162 -> 6379

0 commit comments

Comments
 (0)