Merge pull request #27885 from jihoon-seo/210506_Remove_duplicate_code_block

Remove duplicate code block
This commit is contained in:
Kubernetes Prow Robot 2021-05-18 07:53:31 -07:00 committed by GitHub
commit 731cd8c138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -196,13 +196,6 @@ the slightly simpler syntax:
kubectl port-forward deployment/mongo :27017
```
The output is similar to this:
```
Forwarding from 127.0.0.1:63753 -> 27017
Forwarding from [::1]:63753 -> 27017
```
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: