Skip to content

iter8 gen

iter8 gen

Render experiment.yaml file by combining an experiment chart with values.

Synopsis

Render experiment.yaml file by combining an experiment chart with values.

Note: The gen subcommand is primarily designed for Iter8 development use-cases. End-users are expected to use the launch subcommand.

iter8 gen [flags]

Options

  -c, --chartPath string         path to experiment chart folder
  -h, --help                     help for gen
      --set stringArray          set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
      --set-file stringArray     set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
      --set-string stringArray   set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
  -f, --values strings           specify values in a YAML file or a URL (can specify multiple)

Options inherited from parent commands

  -l, --logLevel string   trace, debug, info, warning, error, fatal, panic (default "info")

SEE ALSO

  • iter8 - Kubernetes release optimizer
Auto generated by spf13/cobra on 2-Mar-2022
Back to top