Updated upgrade links to v0.13.0 (#2364)

This commit is contained in:
Mike Petersen 2020-04-09 10:33:04 -07:00 committed by GitHub
parent fae70a631d
commit 4a27dd7597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -63,14 +63,14 @@ monitoring plug-in installed, upgrade it alongside Knative Serving and Eventing.
To upgrade, apply the `.yaml` files for the subsequent minor versions of all To upgrade, apply the `.yaml` files for the subsequent minor versions of all
your installed Knative components and features, remembering to only your installed Knative components and features, remembering to only
upgrade by one minor version at a time. For a cluster running v0.10.0 of the upgrade by one minor version at a time. For a cluster running v0.12.1 of the
Knative Serving and Eventing components and the monitoring plug-in, the Knative Serving and Eventing components and the monitoring plug-in, the
following command upgrades the installation to v0.11.0: following command upgrades the installation to v0.13.0:
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.11.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.13.0/serving.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.11.0/release.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.13.0/eventing.yaml \
--filename https://github.com/knative/serving/releases/download/v0.11.0/monitoring.yaml --filename https://github.com/knative/serving/releases/download/v0.13.0/monitoring.yaml
``` ```
## Verifying the upgrade ## Verifying the upgrade