jx create addon prometheus

list of jx commands

jx create addon prometheus

Creates a prometheus addon

Synopsis

Creates a prometheus addon.

By default Prometheus Server is exposed via Ingress entry http://prometheus.jx.your.domain.com secured with basic authentication. Admin username is ‘admin’ and default password is ‘admin’ (see –password flag).

jx create addon prometheus [flags]

Options

      --helm-update        Should we run helm update first to ensure we use the latest version (default true)
  -h, --help               help for prometheus
  -n, --namespace string   The Namespace to install into (default "jx")
      --password string    Admin password to access Prometheus web UI. (default "admin")
  -r, --release string     The chart release name (default "prometheus")
  -s, --set string         The chart set values (can specify multiple or separate values with commas: key1=val1,key2=val2)

Options inherited from parent commands

  -b, --batch-mode   Runs in batch mode without prompting for user input
      --verbose      Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace

SEE ALSO

Auto generated by spf13/cobra on 2-Sep-2020