provisionerd start
Run a provisioner daemon
Usage
coder provisionerd start [flags]
Options
-c, --cache-dir
Type | string |
Environment | $CODER_CACHE_DIRECTORY |
Default | ~/.cache/coder |
Directory to store cached data.
--log-filter
Type | string-array |
Environment | $CODER_PROVISIONER_DAEMON_LOG_FILTER |
Filter debug logs by matching against a given regex. Use .* to match all debug logs.
--log-human
Type | string |
Environment | $CODER_PROVISIONER_DAEMON_LOGGING_HUMAN |
Default | /dev/stderr |
Output human-readable logs to a given file.
--log-json
Type | string |
Environment | $CODER_PROVISIONER_DAEMON_LOGGING_JSON |
Output JSON logs to a given file.
--log-stackdriver
Type | string |
Environment | $CODER_PROVISIONER_DAEMON_LOGGING_STACKDRIVER |
Output Stackdriver compatible logs to a given file.
--name
Type | string |
Environment | $CODER_PROVISIONER_DAEMON_NAME |
Name of this provisioner daemon. Defaults to the current hostname without FQDN.
--poll-interval
Type | duration |
Environment | $CODER_PROVISIONERD_POLL_INTERVAL |
Default | 1s |
Deprecated and ignored.
--poll-jitter
Type | duration |
Environment | $CODER_PROVISIONERD_POLL_JITTER |
Default | 100ms |
Deprecated and ignored.
--psk
Type | string |
Environment | $CODER_PROVISIONER_DAEMON_PSK |
Pre-shared key to authenticate with Coder server.
-t, --tag
Type | string-array |
Environment | $CODER_PROVISIONERD_TAGS |
Tags to filter provisioner jobs by.
--verbose
Type | bool |
Environment | $CODER_PROVISIONER_DAEMON_VERBOSE |
Default | false |
Output debug-level logs.
See an opportunity to improve our docs? Make an edit.
On this page