Fix small nits for kubectl port-forward command
This commit is contained in:
@@ -8,7 +8,7 @@ Forward one or more local ports to a pod.
|
||||
Forward one or more local ports to a pod.
|
||||
|
||||
```
|
||||
kubectl port-forward -p POD [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N]
|
||||
kubectl port-forward -p POD_NAME [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N]
|
||||
```
|
||||
|
||||
### Examples
|
||||
@@ -67,6 +67,6 @@ $ kubectl port-forward -p mypod 0:5000
|
||||
### SEE ALSO
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-05-21 10:33:11.187520496 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-07-08 07:53:42.570511034 +0000 UTC
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user