Merge pull request #100679 from hdp617/master
doc: remove description that `socat` is required Kubernetes-commit: 36a899835dd67c8ded7aef57edd2aa9ba5a12a87
This commit is contained in:
commit
260be65ad1
|
|
@ -61,7 +61,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. This command requires the node to have 'socat' installed.
|
Forward one or more local ports to a pod.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue