diff --git a/docs/cli-reference/ark.md b/docs/cli-reference/ark.md index 2ace32ea7..daaf87f74 100644 --- a/docs/cli-reference/ark.md +++ b/docs/cli-reference/ark.md @@ -22,6 +22,7 @@ operations can also be performed as 'ark backup get' and 'ark schedule create'. --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging @@ -29,6 +30,7 @@ operations can also be performed as 'ark backup get' and 'ark schedule create'. ### SEE ALSO * [ark backup](ark_backup.md) - Work with backups +* [ark client](ark_client.md) - Ark client related commands * [ark create](ark_create.md) - Create ark resources * [ark delete](ark_delete.md) - Delete ark resources * [ark describe](ark_describe.md) - Describe ark resources diff --git a/docs/cli-reference/ark_backup.md b/docs/cli-reference/ark_backup.md index 325d57b59..1e7fb67b2 100644 --- a/docs/cli-reference/ark_backup.md +++ b/docs/cli-reference/ark_backup.md @@ -21,6 +21,7 @@ Work with backups --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_backup_create.md b/docs/cli-reference/ark_backup_create.md index 473be03fa..8f098c3c2 100644 --- a/docs/cli-reference/ark_backup_create.md +++ b/docs/cli-reference/ark_backup_create.md @@ -37,6 +37,7 @@ ark backup create NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_backup_delete.md b/docs/cli-reference/ark_backup_delete.md index c992a8693..33d8b984e 100644 --- a/docs/cli-reference/ark_backup_delete.md +++ b/docs/cli-reference/ark_backup_delete.md @@ -25,6 +25,7 @@ ark backup delete NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_backup_describe.md b/docs/cli-reference/ark_backup_describe.md index f718cf20b..53d17e5b1 100644 --- a/docs/cli-reference/ark_backup_describe.md +++ b/docs/cli-reference/ark_backup_describe.md @@ -26,6 +26,7 @@ ark backup describe [NAME1] [NAME2] [NAME...] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_backup_download.md b/docs/cli-reference/ark_backup_download.md index 75580c761..68f98ff6b 100644 --- a/docs/cli-reference/ark_backup_download.md +++ b/docs/cli-reference/ark_backup_download.md @@ -28,6 +28,7 @@ ark backup download NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_backup_get.md b/docs/cli-reference/ark_backup_get.md index fd90b56a0..3e289bd84 100644 --- a/docs/cli-reference/ark_backup_get.md +++ b/docs/cli-reference/ark_backup_get.md @@ -29,6 +29,7 @@ ark backup get [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_backup_logs.md b/docs/cli-reference/ark_backup_logs.md index e08515298..0ee6c9d47 100644 --- a/docs/cli-reference/ark_backup_logs.md +++ b/docs/cli-reference/ark_backup_logs.md @@ -26,6 +26,7 @@ ark backup logs BACKUP [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_client.md b/docs/cli-reference/ark_client.md new file mode 100644 index 000000000..03c9d39c8 --- /dev/null +++ b/docs/cli-reference/ark_client.md @@ -0,0 +1,33 @@ +## ark client + +Ark client related commands + +### Synopsis + + +Ark client related commands + +### Options + +``` + -h, --help help for client +``` + +### Options inherited from parent commands + +``` + --alsologtostderr log to standard error as well as files + --kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes apiserver. If unset, try the environment variable KUBECONFIG, as well as in-cluster configuration + --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) + --log_dir string If non-empty, write log files in this directory + --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") + --stderrthreshold severity logs at or above this threshold go to stderr (default 2) + -v, --v Level log level for V logs + --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging +``` + +### SEE ALSO +* [ark](ark.md) - Back up and restore Kubernetes cluster resources. +* [ark client config](ark_client_config.md) - Get and set client configuration file values + diff --git a/docs/cli-reference/ark_client_config.md b/docs/cli-reference/ark_client_config.md new file mode 100644 index 000000000..b4ed2fa32 --- /dev/null +++ b/docs/cli-reference/ark_client_config.md @@ -0,0 +1,34 @@ +## ark client config + +Get and set client configuration file values + +### Synopsis + + +Get and set client configuration file values + +### Options + +``` + -h, --help help for config +``` + +### Options inherited from parent commands + +``` + --alsologtostderr log to standard error as well as files + --kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes apiserver. If unset, try the environment variable KUBECONFIG, as well as in-cluster configuration + --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) + --log_dir string If non-empty, write log files in this directory + --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") + --stderrthreshold severity logs at or above this threshold go to stderr (default 2) + -v, --v Level log level for V logs + --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging +``` + +### SEE ALSO +* [ark client](ark_client.md) - Ark client related commands +* [ark client config get](ark_client_config_get.md) - Get client configuration file values +* [ark client config set](ark_client_config_set.md) - Set client configuration file values + diff --git a/docs/cli-reference/ark_client_config_get.md b/docs/cli-reference/ark_client_config_get.md new file mode 100644 index 000000000..403966449 --- /dev/null +++ b/docs/cli-reference/ark_client_config_get.md @@ -0,0 +1,36 @@ +## ark client config get + +Get client configuration file values + +### Synopsis + + +Get client configuration file values + +``` +ark client config get [KEY 1] [KEY 2] [...] [flags] +``` + +### Options + +``` + -h, --help help for get +``` + +### Options inherited from parent commands + +``` + --alsologtostderr log to standard error as well as files + --kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes apiserver. If unset, try the environment variable KUBECONFIG, as well as in-cluster configuration + --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) + --log_dir string If non-empty, write log files in this directory + --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") + --stderrthreshold severity logs at or above this threshold go to stderr (default 2) + -v, --v Level log level for V logs + --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging +``` + +### SEE ALSO +* [ark client config](ark_client_config.md) - Get and set client configuration file values + diff --git a/docs/cli-reference/ark_client_config_set.md b/docs/cli-reference/ark_client_config_set.md new file mode 100644 index 000000000..af2c49728 --- /dev/null +++ b/docs/cli-reference/ark_client_config_set.md @@ -0,0 +1,36 @@ +## ark client config set + +Set client configuration file values + +### Synopsis + + +Set client configuration file values + +``` +ark client config set KEY=VALUE [KEY=VALUE]... [flags] +``` + +### Options + +``` + -h, --help help for set +``` + +### Options inherited from parent commands + +``` + --alsologtostderr log to standard error as well as files + --kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes apiserver. If unset, try the environment variable KUBECONFIG, as well as in-cluster configuration + --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) + --log_dir string If non-empty, write log files in this directory + --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") + --stderrthreshold severity logs at or above this threshold go to stderr (default 2) + -v, --v Level log level for V logs + --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging +``` + +### SEE ALSO +* [ark client config](ark_client_config.md) - Get and set client configuration file values + diff --git a/docs/cli-reference/ark_create.md b/docs/cli-reference/ark_create.md index 34d37dcde..afecb59a5 100644 --- a/docs/cli-reference/ark_create.md +++ b/docs/cli-reference/ark_create.md @@ -21,6 +21,7 @@ Create ark resources --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_create_backup.md b/docs/cli-reference/ark_create_backup.md index d997e5eda..7a75e7319 100644 --- a/docs/cli-reference/ark_create_backup.md +++ b/docs/cli-reference/ark_create_backup.md @@ -37,6 +37,7 @@ ark create backup NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_create_restore.md b/docs/cli-reference/ark_create_restore.md index 071757d20..4b0242e51 100644 --- a/docs/cli-reference/ark_create_restore.md +++ b/docs/cli-reference/ark_create_restore.md @@ -37,6 +37,7 @@ ark create restore BACKUP [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_create_schedule.md b/docs/cli-reference/ark_create_schedule.md index eb4aa84be..446543d88 100644 --- a/docs/cli-reference/ark_create_schedule.md +++ b/docs/cli-reference/ark_create_schedule.md @@ -38,6 +38,7 @@ ark create schedule NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_delete.md b/docs/cli-reference/ark_delete.md index d48aaf0a0..3aece2995 100644 --- a/docs/cli-reference/ark_delete.md +++ b/docs/cli-reference/ark_delete.md @@ -21,6 +21,7 @@ Delete ark resources --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_delete_backup.md b/docs/cli-reference/ark_delete_backup.md index 1bccc1e9a..2ceb94dfa 100644 --- a/docs/cli-reference/ark_delete_backup.md +++ b/docs/cli-reference/ark_delete_backup.md @@ -25,6 +25,7 @@ ark delete backup NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_delete_restore.md b/docs/cli-reference/ark_delete_restore.md index 45fb69d5a..be7275bd2 100644 --- a/docs/cli-reference/ark_delete_restore.md +++ b/docs/cli-reference/ark_delete_restore.md @@ -25,6 +25,7 @@ ark delete restore NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_delete_schedule.md b/docs/cli-reference/ark_delete_schedule.md index 8afcf3397..28677b11d 100644 --- a/docs/cli-reference/ark_delete_schedule.md +++ b/docs/cli-reference/ark_delete_schedule.md @@ -25,6 +25,7 @@ ark delete schedule NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_describe.md b/docs/cli-reference/ark_describe.md index 6f47702eb..046beac3a 100644 --- a/docs/cli-reference/ark_describe.md +++ b/docs/cli-reference/ark_describe.md @@ -21,6 +21,7 @@ Describe ark resources --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_describe_backups.md b/docs/cli-reference/ark_describe_backups.md index 867975b20..31f10eacb 100644 --- a/docs/cli-reference/ark_describe_backups.md +++ b/docs/cli-reference/ark_describe_backups.md @@ -26,6 +26,7 @@ ark describe backups [NAME1] [NAME2] [NAME...] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_describe_restores.md b/docs/cli-reference/ark_describe_restores.md index 337667302..22d2debf9 100644 --- a/docs/cli-reference/ark_describe_restores.md +++ b/docs/cli-reference/ark_describe_restores.md @@ -26,6 +26,7 @@ ark describe restores [NAME1] [NAME2] [NAME...] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_describe_schedules.md b/docs/cli-reference/ark_describe_schedules.md index 16b50b5f2..ee7e8de5b 100644 --- a/docs/cli-reference/ark_describe_schedules.md +++ b/docs/cli-reference/ark_describe_schedules.md @@ -26,6 +26,7 @@ ark describe schedules [NAME1] [NAME2] [NAME...] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_get.md b/docs/cli-reference/ark_get.md index 949a84231..585af6a09 100644 --- a/docs/cli-reference/ark_get.md +++ b/docs/cli-reference/ark_get.md @@ -21,6 +21,7 @@ Get ark resources --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_get_backups.md b/docs/cli-reference/ark_get_backups.md index 7ffa1b493..7fa64e48f 100644 --- a/docs/cli-reference/ark_get_backups.md +++ b/docs/cli-reference/ark_get_backups.md @@ -29,6 +29,7 @@ ark get backups [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_get_restores.md b/docs/cli-reference/ark_get_restores.md index ff615a2a1..44eb931e2 100644 --- a/docs/cli-reference/ark_get_restores.md +++ b/docs/cli-reference/ark_get_restores.md @@ -29,6 +29,7 @@ ark get restores [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_get_schedules.md b/docs/cli-reference/ark_get_schedules.md index 7329b897d..a5d1e3649 100644 --- a/docs/cli-reference/ark_get_schedules.md +++ b/docs/cli-reference/ark_get_schedules.md @@ -29,6 +29,7 @@ ark get schedules [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_plugin.md b/docs/cli-reference/ark_plugin.md index 94d02261f..8e0f4347c 100644 --- a/docs/cli-reference/ark_plugin.md +++ b/docs/cli-reference/ark_plugin.md @@ -21,6 +21,7 @@ Work with plugins --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_plugin_add.md b/docs/cli-reference/ark_plugin_add.md index aa3e6af3a..1f5d20a13 100644 --- a/docs/cli-reference/ark_plugin_add.md +++ b/docs/cli-reference/ark_plugin_add.md @@ -26,6 +26,7 @@ ark plugin add IMAGE [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_plugin_remove.md b/docs/cli-reference/ark_plugin_remove.md index 890f4e83b..fb46883ed 100644 --- a/docs/cli-reference/ark_plugin_remove.md +++ b/docs/cli-reference/ark_plugin_remove.md @@ -25,6 +25,7 @@ ark plugin remove [NAME | IMAGE] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_restore.md b/docs/cli-reference/ark_restore.md index 1c5a06adf..624b7cb59 100644 --- a/docs/cli-reference/ark_restore.md +++ b/docs/cli-reference/ark_restore.md @@ -21,6 +21,7 @@ Work with restores --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_restore_create.md b/docs/cli-reference/ark_restore_create.md index ec984dfab..c906c5b6e 100644 --- a/docs/cli-reference/ark_restore_create.md +++ b/docs/cli-reference/ark_restore_create.md @@ -37,6 +37,7 @@ ark restore create BACKUP [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_restore_delete.md b/docs/cli-reference/ark_restore_delete.md index 2b6563733..bb5f614ec 100644 --- a/docs/cli-reference/ark_restore_delete.md +++ b/docs/cli-reference/ark_restore_delete.md @@ -25,6 +25,7 @@ ark restore delete NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_restore_describe.md b/docs/cli-reference/ark_restore_describe.md index fcbd518f7..749173ee1 100644 --- a/docs/cli-reference/ark_restore_describe.md +++ b/docs/cli-reference/ark_restore_describe.md @@ -26,6 +26,7 @@ ark restore describe [NAME1] [NAME2] [NAME...] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_restore_get.md b/docs/cli-reference/ark_restore_get.md index c4e3738cc..4f05fe34a 100644 --- a/docs/cli-reference/ark_restore_get.md +++ b/docs/cli-reference/ark_restore_get.md @@ -29,6 +29,7 @@ ark restore get [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_restore_logs.md b/docs/cli-reference/ark_restore_logs.md index 677b45f0d..7c0d8da17 100644 --- a/docs/cli-reference/ark_restore_logs.md +++ b/docs/cli-reference/ark_restore_logs.md @@ -26,6 +26,7 @@ ark restore logs RESTORE [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_schedule.md b/docs/cli-reference/ark_schedule.md index a2141cd74..6c7b76ad7 100644 --- a/docs/cli-reference/ark_schedule.md +++ b/docs/cli-reference/ark_schedule.md @@ -21,6 +21,7 @@ Work with schedules --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_schedule_create.md b/docs/cli-reference/ark_schedule_create.md index d5b896498..ccf1727e1 100644 --- a/docs/cli-reference/ark_schedule_create.md +++ b/docs/cli-reference/ark_schedule_create.md @@ -38,6 +38,7 @@ ark schedule create NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_schedule_delete.md b/docs/cli-reference/ark_schedule_delete.md index a86f1c5e3..230cf321a 100644 --- a/docs/cli-reference/ark_schedule_delete.md +++ b/docs/cli-reference/ark_schedule_delete.md @@ -25,6 +25,7 @@ ark schedule delete NAME [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_schedule_describe.md b/docs/cli-reference/ark_schedule_describe.md index a008142f8..92fc105b0 100644 --- a/docs/cli-reference/ark_schedule_describe.md +++ b/docs/cli-reference/ark_schedule_describe.md @@ -26,6 +26,7 @@ ark schedule describe [NAME1] [NAME2] [NAME...] [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_schedule_get.md b/docs/cli-reference/ark_schedule_get.md index a6b86ed5a..07c9730e3 100644 --- a/docs/cli-reference/ark_schedule_get.md +++ b/docs/cli-reference/ark_schedule_get.md @@ -29,6 +29,7 @@ ark schedule get [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_server.md b/docs/cli-reference/ark_server.md index ef770c248..d09140491 100644 --- a/docs/cli-reference/ark_server.md +++ b/docs/cli-reference/ark_server.md @@ -26,6 +26,7 @@ ark server [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli-reference/ark_version.md b/docs/cli-reference/ark_version.md index 744cb5378..2a5848f4c 100644 --- a/docs/cli-reference/ark_version.md +++ b/docs/cli-reference/ark_version.md @@ -25,6 +25,7 @@ ark version [flags] --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files + -n, --namespace string The namespace in which Ark should operate (default "heptio-ark") --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging