Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.06 KB

havener.md

File metadata and controls

48 lines (36 loc) · 2.06 KB

havener

Convenience wrapper around both kubectl and helm

Synopsis

Convenience wrapper around both kubectl and helm.

Think of it as a swiss army knife for Kubernetes tasks. Possible use cases are for example executing a command on multiple pods at the same time, retrieving usage details, or deploying a sequence of Helm Charts with custom pre- and post-install hooks.

See the individual commands to get the complete overview.

Options

      --kubeconfig string     Kubernetes configuration file (default "~/.kube/config")
      --terminal-width int    disable autodetection and specify an explicit terminal width (default -1)
      --terminal-height int   disable autodetection and specify an explicit terminal height (default -1)
      --fatal                 fatal output - level 1
      --error                 error output - level 2
      --warn                  warn output - level 3
  -v, --verbose               verbose output - level 4
      --debug                 debug output - level 5
      --trace                 trace output - level 6
  -h, --help                  help for havener

SEE ALSO

Auto generated by spf13/cobra on 19-Oct-2019