Query an existing GPU cluster’s configuration.
A cluster can be specified either through a URI passed through the SCHEDULER
argument or a scheduler file passed through the --scheduler-file option.
Usage
dask cuda config [OPTIONS] [SCHEDULER] [PRELOAD_ARGV]...
Options
- --scheduler-file <scheduler_file>#
Filename to JSON encoded scheduler information. To be used in conjunction with the equivalent
dask scheduleroption.
- --tls-ca-file <tls_ca_file>#
CA certificate(s) file for TLS (in PEM format). Can be a string (like
"path/to/certs"), orNonefor no certificate(s).
- --tls-cert <tls_cert>#
Certificate file for TLS (in PEM format). Can be a string (like
"path/to/certs"), orNonefor no certificate(s).
- --tls-key <tls_key>#
Private key file for TLS (in PEM format). Can be a string (like
"path/to/certs"), orNonefor no private key.
Arguments
- SCHEDULER#
Optional argument
- PRELOAD_ARGV#
Optional argument(s)