mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #72605 from WanLinghao/port_forward_description_improve
Improve portforward command's description
This commit is contained in:
commit
e8a10abd31
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user