Skip to content

Commit 652a2c4

Browse files
MIBcknative-prow-robot
authored andcommitted
Update knative install using Gloo (#2098)
1. Update shell `glooctl install knative`, the previous one only install knative-serving. 2. Update outdated url
1 parent bb10d32 commit 652a2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/Knative-with-Gloo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ glooctl --version
4848
Finally, install Gloo and Knative in a single command with `glooctl`:
4949

5050
```shell
51-
glooctl install knative
51+
glooctl install knative --install-eventing --install-eventing-version=<knative-release> --install-knative --install-knative-version=<knative-release> --install-monitoring
5252
```
5353

5454
The `glooctl install knative` command can be customized with a variety of options:
55-
- use `--install-knative-version` to set the installed version of Knative Serving (defaults to `0.8.0`)
55+
- use `--install-knative-version` to set the installed version of Knative Serving (defaults to `0.10.0`)
5656
- use `--install-build` to install Knative Build
5757
- use `--install-eventing` to install Knative Eventing
5858
- use `--dry-run` to produce the kubernetes YAML that would be applied to your cluster rather than applying.
5959
- 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.
6060

61-
See https://github.com/solo-io/gloo/blob/master/docs/cli/glooctl_install_knative.md for the full list of available options for installing Knative with `glooctl`
61+
See https://github.com/solo-io/gloo/blob/master/docs/content/cli/glooctl_install_knative.md for the full list of available options for installing Knative with `glooctl`
6262

6363
> Note: `glooctl` generates a manifest which can be piped to stdout or a file using the `--dry-run` flag. Alternatively,
6464
Gloo can be installed via its [Helm Chart](https://docs.solo.io/gloo/latest/installation/gateway/kubernetes/#installing-on-kubernetes-with-helm), which will permit fine-grained configuration of installation parameters.

0 commit comments

Comments
 (0)