columns: - column: "Option" - column: "Description" rows: - Option: "`--dump-k8s`" Description: | If `true`, dump debug information from the Kubernetes cluster. Defaults to `true`. - Option: "`--k8s-namespace `" Description: | The namespaces to dump. Specify multiple times to dump multiple namespaces. Required if [`--dump-k8s`](#dump-k8s) is true. - Option: "`--k8s-context `" Description: | The Kubernetes context to use. Defaults to the `KUBERNETES_CONTEXT` environment variable. - Option: "`--k8s-dump-secret-values`" Description: | If `true`, include unredacted secrets in the dump. Use with caution. Defaults to `false`. - Option: "`--auto-port-forward`" Description: | If `true`, automatically port-forward the external SQL port. Defaults to `true`. - Option: "`--port-forward-local-address `" Description: | The address to listen on for port-forwarding. Defaults to `127.0.0.1`. - Option: "`--port-forward-local-port `" Description: | The port to listen on for port-forwarding. Defaults to `6875`. - Option: "`-h`, `--help`" Description: | Print help information.