armada/docs/source/commands/tiller.rst
Roadrunner2058 ded826d3d1 feat(tiller): adding namespace flag
Adding tiller-namespace (tn) flag to allow for setting specific tiller namespace

Updated:
- Armada API
- Test API
- Tiller API
- Armada handler
- Tiller handler
- cli/apply
- cli/test
- cli/tiller

Change-Id: I3a18d6ec2ce2f771c9349d6b337537f193f6c73d
2018-01-30 17:25:03 +00:00

925 B

Armada - Tiller

Commands

Usage: armada tiller [OPTIONS]

  This command gets tiller information

  The tiller command uses flags to obtain information from tiller services

  To obtain armada deployed releases:

      $ armada tiller --releases

  To obtain tiller service status/information:

      $ armada tiller --status

Options:
  --tiller-host TEXT            Tiller host ip
  --tiller-port INTEGER         Tiller host port
  -tn, --tiller-namespace TEXT  Tiller namespace
  --releases                    list of deployed releses
  --status                      Status of Armada services
  --help                        Show this message and exit.

Synopsis

The tiller command will perform command directly with tiller to check if tiller in the cluster is running and the list of releases in tiller cluster.