Skip to content

Tsuru pool update

tsuru pool update

Updates attributes for a pool.

Synopsis

Updates attributes for a pool.

tsuru pool update <pool> [--public=true/false] [--default=true/false] [-f/--force] [--add-labels key=value]... [--remove-labels key]... [flags]

Options

      --add-labels key=value   group of key/value pairs that specify a kubernetes object label, this option adds the specified labels to the pool
      --default                Make pool default (when none is specified during [[app-create]] this pool will be used) (default not set)
  -f, --force                  Force pool to be default.
      --public                 Make pool public (all teams can use it) (default not set)
      --remove-labels string   group of keys from a kubernetes object label, this option removes the specified labels from the pool
  -h, --help                   help for update

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

  • tsuru pool - A pool is used by provisioners to allocate space within a cluster for running applications.
Auto generated by spf13/cobra on 16-Jan-2026