Tsuru service instance add
tsuru service instance add¶
Creates a service instance of a service. There can later be binded to
Synopsis¶
Creates a service instance of a service. There can later be binded to applications with [[tsuru service-bind]].
This example shows how to add a new instance of mongodb service, named tsuru_mongodb with the plan small:
::
$ tsuru service instance add mongodb tsuru_mongodb small -t myteam
tsuru service instance add <service-name> <service-instance-name> [plan] [-t/--team-owner team] [-d/--description description] [-g/--tag tag]... [--plan-param key=value]... [--pool name] [flags]
Options¶
-d, --description string service instance description
--plan-param key=value Plan specific parameters
--pool string pool name where this service instance is going to run into (valid only for multi-cluster service)
-g, --tag string service instance tag
-t, --team string the team that owns the service (mandatory if the user is member of more than one team)
-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¶
- tsuru service instance - Manage provisioned resources (like a database or proxy) that can be linked to an application.