tarmak clusters logs

Gather logs from a list of instances or target groups

Synopsis

Gather logs from a list of instances or target groups [bastion vault etcd worker master control-plane]

tarmak clusters logs [target groups] [flags]

Options

-h, --help           help for logs
    --path string    target tar ball path (default "./[target group]-logs.tar.gz")
    --since string   gather logs since date (default "$(date --date='24 hours ago')")
    --until string   gather logs until date (default "$(date --date='now')")

Options inherited from parent commands

-c, --config-directory string                          config directory for tarmak's configuration (default "~/.tarmak")
    --current-cluster string                           override the current cluster set in the config
    --ignore-missing-public-key-tags ssh_known_hosts   ignore missing public key tags on instances, by falling back to populating ssh_known_hosts with the first connection (default true)
    --keep-containers                                  do not clean-up terraform/packer containers after running them
    --public-api-endpoint                              Override kubeconfig to point to cluster's public API endpoint
-v, --verbose                                          enable verbose logging
    --wing-dev-mode                                    use a bundled wing version rather than a tagged release from GitHub

SEE ALSO