jx create addon ambassador

list of jx commands

jx create addon ambassador

Create an ambassador addon

Synopsis

Creates the ambassador addon for smart load balancing on kubernetes

jx create addon ambassador [flags]

Examples

  # Create the ambassador addon
  jx create addon ambassador
  
  # Create the ambassador addon in a custom namespace
  jx create addon ambassador -n mynamespace

Options

  -c, --chart string         The name of the chart to use (default "datawire/ambassador")
      --helm-update          Should we run helm update first to ensure we use the latest version (default true)
  -h, --help                 help for ambassador
  -n, --namespace string     The Namespace to install into
  -r, --release string       The chart release name (default "ambassador")
  -s, --set string           The chart set values (can specify multiple or separate values with commas: key1=val1,key2=val2)
  -f, --values stringArray   List of locations for values files, can be local files or URLs
  -v, --version string       The chart version to install)

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