Unverified Commit e8a10abd authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #72605 from WanLinghao/port_forward_description_improve

Improve portforward command's description
parents e4ef6079 71bf4836
......@@ -59,7 +59,7 @@ type PortForwardOptions struct {
var (
portforwardLong = templates.LongDesc(i18n.T(`
Forward one or more local ports to a pod.
Forward one or more local ports to a pod. This command requires the node to have 'socat' installed.
Use resource type/name such as deployment/mydeployment to select a pod. Resource type defaults to 'pod' if omitted.
......
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