Skip to content

iter8 run

iter8 run

Run an experiment

Synopsis

Run an experiment specified in experiment.yaml output result to result.yaml.

$ iter8 run

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

iter8 run [flags]

Options

  -h, --help            help for run
      --runDir string   directory where experiment is run; contains experiment.yaml and result.yaml (default ".")

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