Skip to content

Tsuru cluster add

tsuru cluster add

Creates a provisioner cluster definition.

Synopsis

Creates a provisioner cluster definition.

tsuru cluster add <name> <provisioner> [--addr address...] [--pool poolname]... [--cacert cacertfile] [--clientcert clientcertfile] [--clientkey clientkeyfile] [--custom key=value]... [--default] [flags]

Options

      --addr string         Address to be used in cluster.
      --cacert string       Path to CA cert file.
      --clientcert string   Path to client cert file.
      --clientkey string    Path to client key file.
      --custom key=value    Custom provisioner specific data.
      --default             Whether this is the default cluster.
      --pool string         Pool which will use this cluster.
  -h, --help                help for add

Options inherited from parent commands

      --target string   Tsuru server endpoint
      --verbosity int   Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses

SEE ALSO

Auto generated by spf13/cobra on 16-Jan-2026