Remove mention of Knative Build in Gloo docs (#2169)

This has been deprecated in favor of tekton pipelines, and is no longer installed with gloo.
This commit is contained in:
Johan Brandhorst 2020-02-04 16:38:31 +00:00 committed by GitHub
parent 2fabd95b21
commit 822fadbc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ glooctl install knative --install-eventing --install-eventing-version=<knative-r
The `glooctl install knative` command can be customized with a variety of options: The `glooctl install knative` command can be customized with a variety of options:
- use `--install-knative-version` to set the installed version of Knative Serving (defaults to `0.10.0`) - use `--install-knative-version` to set the installed version of Knative Serving (defaults to `0.10.0`)
- use `--install-build` to install Knative Build
- use `--install-eventing` to install Knative Eventing - use `--install-eventing` to install Knative Eventing
- use `--dry-run` to produce the kubernetes YAML that would be applied to your cluster rather than applying. - use `--dry-run` to produce the kubernetes YAML that would be applied to your cluster rather than applying.
- use `--install-knative=false` to only install Gloo without installing Knative components. This can be used if you wish to install Knative independently of Gloo. - use `--install-knative=false` to only install Gloo without installing Knative components. This can be used if you wish to install Knative independently of Gloo.