mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Improve portforward command's description which hint the requirment of 'socat' command
This commit is contained in:
@@ -59,7 +59,7 @@ type PortForwardOptions struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
portforwardLong = templates.LongDesc(i18n.T(`
|
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.
|
Use resource type/name such as deployment/mydeployment to select a pod. Resource type defaults to 'pod' if omitted.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user