iter8 gen
iter8 gen¶
Generate experiment.yaml file by combining an experiment chart with values
Synopsis¶
Generate an experiment.yaml file by combining the Iter8 experiment chart with values.
iter8 gen --set "tasks={http}" --set http.url=https://httpbin.org/get
This command supports setting values using the same mechanisms as in Helm. Please see https://helm.sh/docs/chart_template_guide/values_files/ for more detailed descriptions. In particular, this command supports the --set, --set-file, --set-string, and -f (--values) options all of which have the same behavior as in Helm.
This command is intended for development and testing of local experiment charts. For production usage, the launch command is recommended.
iter8 gen [flags]
Options¶
-c, --chartName string name of the experiment chart (default "iter8")
--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