Commit 95cccbb1 authored by tcharding's avatar tcharding

Remove duplicate command example

parent ae4fac41
...@@ -59,10 +59,7 @@ var ( ...@@ -59,10 +59,7 @@ var (
kubectl port-forward mypod 8888:5000 kubectl port-forward mypod 8888:5000
# Listen on a random port locally, forwarding to 5000 in the pod # Listen on a random port locally, forwarding to 5000 in the pod
kubectl port-forward mypod :5000 kubectl port-forward mypod :5000`))
# Listen on a random port locally, forwarding to 5000 in the pod
kubectl port-forward mypod 0:5000`))
) )
func NewCmdPortForward(f cmdutil.Factory, cmdOut, cmdErr io.Writer) *cobra.Command { func NewCmdPortForward(f cmdutil.Factory, cmdOut, cmdErr io.Writer) *cobra.Command {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment