jx health get status

Gets health statuses Aliases: statuses

Usage

jx health get status

Synopsis

Prints health statuses in a table

Examples

# prints all health statuses for the current namespace in a table
jx-health get status

# prints all health statuses for a specific namespace
jx-health get status --namespace

# prints all health statuses for all accessible namespace
jx-health get status --all-namespaces

# watch health statuses
jx-health get status --watch

Options

  -A, --all-namespaces     if present, list the requested object(s) across all namespaces.
                           Namespace in current context is ignored even if specified with --namespace.
  -h, --help               help for status
      --info               provide information links for checks
  -n, --namespace string   namespace to get status checks, defaults to current namespace
  -w, --watch              after listing/getting the requested object, watch for changes

Source

jenkins-x-plugins/jx-health


Last modified April 20, 2021: chore: regenerated plugin docs (412f8f1671)