github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/reference/pachctl/pachctl_port-forward.md (about) 1 ## pachctl port-forward 2 3 Forward a port on the local machine to pachd. This command blocks. 4 5 ### Synopsis 6 7 Forward a port on the local machine to pachd. This command blocks. 8 9 ``` 10 pachctl port-forward [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for port-forward 17 --namespace string Kubernetes namespace Pachyderm is deployed in. 18 -f, --pfs-port uint16 The local port to bind PFS over HTTP to. (default 30652) 19 -p, --port uint16 The local port to bind pachd to. (default 30650) 20 -x, --proxy-port uint16 The local port to bind Pachyderm's dash proxy service to. (default 30081) 21 --remote-port uint16 The remote port that pachd is bound to in the cluster. (default 650) 22 -s, --s3gateway-port uint16 The local port to bind the s3gateway to. (default 30600) 23 --saml-port uint16 The local port to bind pachd's SAML ACS to. (default 30654) 24 -u, --ui-port uint16 The local port to bind Pachyderm's dash service to. (default 30080) 25 ``` 26 27 ### Options inherited from parent commands 28 29 ``` 30 --no-color Turn off colors. 31 -v, --verbose Output verbose logs 32 ``` 33