iter8 launch
iter8 launch¶
Launch an Iter8 experiment.
Synopsis¶
Launch an Iter8 experiment by downloading a chart from an Iter8 experiment chart repo, rendering an experiment.yaml file by combining the chart with values, and running the experiment specified in experiment.yaml.
iter8 launch [flags]
Options¶
-c, --chartName string name of the experiment chart
-v, --chartVersionConstraint string version constraint for chart (example 0.9.x)
-d, --destDir string destination folder where experiment chart is downloaded and unpacked (default ".")
--dry render experiment.yaml without running the experiment
-h, --help help for launch
-r, --repoURL string URL of experiment chart repo (default "https://iter8-tools.github.io/hub")
--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