github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.11.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 --oidc-port uint16 The local port to bind pachd's OIDC ACS to. (default 30657) 19 -f, --pfs-port uint16 The local port to bind PFS over HTTP to. (default 30652) 20 -p, --port uint16 The local port to bind pachd to. (default 30650) 21 -x, --proxy-port uint16 The local port to bind Pachyderm's dash proxy service to. (default 30081) 22 --remote-port uint16 The remote port that pachd is bound to in the cluster. (default 650) 23 -s, --s3gateway-port uint16 The local port to bind the s3gateway to. (default 30600) 24 --saml-port uint16 The local port to bind pachd's SAML ACS to. (default 30654) 25 -u, --ui-port uint16 The local port to bind Pachyderm's dash service to. (default 30080) 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --no-color Turn off colors. 32 -v, --verbose Output verbose logs 33 ``` 34