iter8 launch
iter8 launch¶
Launch an experiment
Synopsis¶
Launch an experiment.
$ iter8 launch -c load-test-http --set url=https://httpbin.org/get
To create the experiment.yaml file without actually running it, use the dry option.
$ iter8 launch -c load-test-http \
--set url=https://httpbin.org/get \
--dry
By default, the current directory is used to download and unpack the experiment chart. Change this location using the destDir option.
$ iter8 launch -c load-test-http \
--set url=https://httpbin.org/get \
--destDir /tmp
iter8 launch [flags]
Options¶
-c, --chartName string name of the experiment chart
--chartsParentDir string directory under which the charts folder is located (default ".")
--dry simulate an experiment launch
--gitFolder string Git folder containing iter8 charts (default "github.com/iter8-tools/iter8.git?ref=v0.10.5//charts")
-h, --help help for launch
--noDownload reuse local charts dir; do not download from Git
--runDir string directory where experiment is run; contains experiment.yaml and result.yaml (default ".")
--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