Merge pull request #72605 from WanLinghao/port_forward_description_improve

Improve portforward command's description
pull/564/head
Kubernetes Prow Robot 2019-01-22 13:40:56 -08:00 committed by GitHub
commit e8a10abd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.