From 67604f0e0367343976ec8e8cb5d76462f4a0b68a Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Wed, 15 Sep 2021 00:00:38 +0800 Subject: [PATCH] Fix the link and content for upgrade instruction Signed-off-by: Daniel Jiang --- site/content/docs/v1.7/upgrade-to-1.7.md | 5 ++++- site/data/docs/main-toc.yml | 4 ++-- site/data/docs/v1-7-toc.yml | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/site/content/docs/v1.7/upgrade-to-1.7.md b/site/content/docs/v1.7/upgrade-to-1.7.md index 2b10b122f..4731bddaa 100644 --- a/site/content/docs/v1.7/upgrade-to-1.7.md +++ b/site/content/docs/v1.7/upgrade-to-1.7.md @@ -44,11 +44,14 @@ If you're not yet running at least Velero v1.6, see the following: **NOTE:** If you are upgrading Velero in Kubernetes 1.14.x or earlier, you will need to use `kubectl apply`'s `--validate=false` option when applying the CRD configuration above. See [issue 2077][10] and [issue 2311][11] for more context. -1. Update the container image used by the Velero deployment and, optionally, the restic daemon set: +1. Update the container image used by the Velero deployment, plugin and, optionally, the restic daemon set: ```bash + # set the container and image of the init container for plugin accordingly, + # if you are using other plugin kubectl set image deployment/velero \ velero=velero/velero:v1.7.0 \ + velero-velero-plugin-for-aws=velero/velero-plugin-for-aws:v1.3.0 \ --namespace velero # optional, if using the restic daemon set diff --git a/site/data/docs/main-toc.yml b/site/data/docs/main-toc.yml index faffa10f7..ec0585229 100644 --- a/site/data/docs/main-toc.yml +++ b/site/data/docs/main-toc.yml @@ -13,8 +13,8 @@ toc: url: /basic-install - page: Customize Installation url: /customize-installation - - page: Upgrade to 1.6 - url: /upgrade-to-1.6 + - page: Upgrade to 1.7 + url: /upgrade-to-1.7 - page: Supported providers url: /supported-providers - page: Evaluation install diff --git a/site/data/docs/v1-7-toc.yml b/site/data/docs/v1-7-toc.yml index faffa10f7..ec0585229 100644 --- a/site/data/docs/v1-7-toc.yml +++ b/site/data/docs/v1-7-toc.yml @@ -13,8 +13,8 @@ toc: url: /basic-install - page: Customize Installation url: /customize-installation - - page: Upgrade to 1.6 - url: /upgrade-to-1.6 + - page: Upgrade to 1.7 + url: /upgrade-to-1.7 - page: Supported providers url: /supported-providers - page: Evaluation install