.. _tarmak_clusters: tarmak clusters --------------- Operations on clusters Synopsis ~~~~~~~~ Operations on clusters Options ~~~~~~~ :: -h, --help help for clusters 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 ~~~~~~~~ * `tarmak `_ - Tarmak is a toolkit for provisioning and managing Kubernetes clusters. * `tarmak clusters apply `_ - Create or update the currently configured cluster * `tarmak clusters debug `_ - Operations for debugging a cluster * `tarmak clusters destroy `_ - Destroy the current cluster * `tarmak clusters force-unlock `_ - Remove remote lock using lock ID * `tarmak clusters images `_ - Operations on images * `tarmak clusters init `_ - Initialize a cluster * `tarmak clusters instances `_ - Operations on instances * `tarmak clusters kubeconfig `_ - Verify and print path to Kubeconfig * `tarmak clusters kubectl `_ - Run kubectl on the current cluster * `tarmak clusters list `_ - Print a list of clusters * `tarmak clusters logs `_ - Gather logs from a list of instances or target groups * `tarmak clusters plan `_ - Plan changes on the currently configured cluster * `tarmak clusters set-current `_ - Set current cluster in config * `tarmak clusters ssh `_ - Log into an instance with SSH