Tsuru cluster update
tsuru cluster update¶
Updates a provisioner cluster definition.
Synopsis¶
Updates a provisioner cluster definition.
tsuru cluster update <name> <provisioner> [--addr address]... [--add-pool poolname]... [--remove-pool poolname]... [--cacert cacertfile] [--remove-cacert] [--clientcert clientcertfile] [--remove-clientcert] [--clientkey clientkeyfile] [--remove-clientkey] [--add-custom key=value]... [--remove-custom key]... [--add-create-data key=value]... [--remove-create-data key]... [--default=true|false] [flags]
Options¶
--add-custom key=value Add custom provisioner specific data.
--add-pool string Add pool which will use this cluster.
--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.
--default string Whether this is the default cluster.
--remove-cacert Remove path to CA cert file.
--remove-clientcert Remove path to client cert file.
--remove-clientkey Remove path to client key file.
--remove-custom string Remove custom provisioner specific data.
--remove-pool string Remove pool which use this cluster.
-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 cluster - Manage kubernetes clusters.