Quicky fix to istioctl gen-deploy.

The real fix involves the tool that's producing the .md file...
This commit is contained in:
mtail 2018-02-01 10:14:53 -08:00
parent 5291eb1682
commit 6e826e25c5
1 changed files with 1 additions and 4 deletions

View File

@ -200,7 +200,6 @@ istioctl gen-deploy [flags]
istioctl gen-deploy --features routing,policy,sidecar-injector -o helm istioctl gen-deploy --features routing,policy,sidecar-injector -o helm
``` ```
|Option|Shorthand|Description |Option|Shorthand|Description
|------|---------|----------- |------|---------|-----------
|--debug ||If true, uses debug images instead of release images |--debug ||If true, uses debug images instead of release images
@ -222,9 +221,7 @@ istioctl gen-deploy --features routing,policy,sidecar-injector -o helm
|--log_stacktrace_level <string>||The minimum logging level at which stack traces are captured, can be one of "debug", "info", "warn", "error", or "none" (default "none") |--log_stacktrace_level <string>||The minimum logging level at which stack traces are captured, can be one of "debug", "info", "warn", "error", or "none" (default "none")
|--log_target <stringArray>||The set of paths where to output the log. This can be any path as well as the special values stdout and stderr (default [stdout]) |--log_target <stringArray>||The set of paths where to output the log. This can be any path as well as the special values stdout and stderr (default [stdout])
|--namespace <string>|-n|Config namespace (default "") |--namespace <string>|-n|Config namespace (default "")
|--out <string>|-o|Output format. Acceptable values are: |--out <string>|-o|Output format. Acceptable values are: "helm" to produces contents of values.yaml or "yaml" to produces Kubernetes deployments (default "helm")
"helm": produces contents of values.yaml
"yaml": produces Kubernetes deployments (default "helm")
|--platform <string>|-p|Istio host platform (default "kube") |--platform <string>|-p|Istio host platform (default "kube")
|--v <Level>|-v|log level for V logs (default 0) |--v <Level>|-v|log level for V logs (default 0)
|--values <string>||Path to the Helm values.yaml file used to render YAML deployments locally when --out=yaml. Flag values are ignored in favor of using the file directly. (default "") |--values <string>||Path to the Helm values.yaml file used to render YAML deployments locally when --out=yaml. Flag values are ignored in favor of using the file directly. (default "")