Skip to content

iter8 gen

iter8 gen

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

Synopsis

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

$ iter8 gen --sourceDir /path/to/load-test-http --set url=https://httpbin.org/get

This command is intended for development and testing of experiment charts. For production usage, the launch command is recommended.

iter8 gen [flags]

Options

  -c, --chartName string         name of the experiment chart
      --chartsParentDir string   directory under which the charts folder is located (default ".")
  -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 14-Apr-2022
Back to top