Skip to content

Commit 731cd8c

Browse files
authored
Merge pull request #27885 from jihoon-seo/210506_Remove_duplicate_code_block
Remove duplicate code block
2 parents 99dbe4a + e2dfeef commit 731cd8c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,6 @@ the slightly simpler syntax:
196196
kubectl port-forward deployment/mongo :27017
197197
```
198198

199-
The output is similar to this:
200-
201-
```
202-
Forwarding from 127.0.0.1:63753 -> 27017
203-
Forwarding from [::1]:63753 -> 27017
204-
```
205-
206199
The `kubectl` tool finds a local port number that is not in use (avoiding low ports numbers,
207200
because these might be used by other applications). The output is similar to:
208201

0 commit comments

Comments
 (0)