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:33:56 -05:00
committed by GitHub
parent e651788efd
commit 36ab3f3fae
@@ -180,7 +180,7 @@ for database debugging.
PONG
```
### Optionaly let _kubectl_ choose the local port
### Optionally let _kubectl_ choose the local port {#let-kubectl-choose-local-port}
If you don't need a specific local port, you can let `kubectl` choose and allocate
the local port and thus relieve you from having to manage local port conflicts, with
@@ -219,4 +219,3 @@ The support for UDP protocol is tracked in
## {{% heading "whatsnext" %}}
Learn more about [kubectl port-forward](/docs/reference/generated/kubectl/kubectl-commands/#port-forward).