mirror of https://github.com/knative/docs.git
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:
parent
2fabd95b21
commit
822fadbc6e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue