Merge pull request #100679 from hdp617/master

doc: remove description that `socat` is required
This commit is contained in:
Kubernetes Prow Robot 2021-06-02 12:04:42 -07:00 committed by GitHub
commit 36a899835d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ type PortForwardOptions struct {
var (
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.