mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
Update upgrading instructions to right version (#2930)
Signed-off-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Upgrading to Velero 1.4"
|
||||
title: "Upgrading to Velero 1.5"
|
||||
layout: docs
|
||||
---
|
||||
|
||||
@@ -28,7 +28,7 @@ If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
```bash
|
||||
Client:
|
||||
Version: v1.5.0-beta.1
|
||||
Version: v1.5.0-rc.1
|
||||
Git commit: <git SHA>
|
||||
```
|
||||
|
||||
@@ -42,12 +42,12 @@ If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
```bash
|
||||
kubectl set image deployment/velero \
|
||||
velero=velero/velero:v1.5.0-beta.1 \
|
||||
velero=velero/velero:v1.5.0-rc.1 \
|
||||
--namespace velero
|
||||
|
||||
# optional, if using the restic daemon set
|
||||
kubectl set image daemonset/restic \
|
||||
restic=velero/velero:v1.5.0-beta.1 \
|
||||
restic=velero/velero:v1.5.0-rc.1 \
|
||||
--namespace velero
|
||||
```
|
||||
|
||||
@@ -61,11 +61,11 @@ If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
```bash
|
||||
Client:
|
||||
Version: v1.5.0-beta.1
|
||||
Version: v1.5.0-rc.1
|
||||
Git commit: <git SHA>
|
||||
|
||||
Server:
|
||||
Version: v1.4.0-beta.1
|
||||
Version: v1.4.0-rc.1
|
||||
```
|
||||
|
||||
[0]: basic-install.md#install-the-cli
|
||||
|
||||
@@ -28,7 +28,7 @@ If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
```bash
|
||||
Client:
|
||||
Version: v1.5.0-beta.1
|
||||
Version: v1.5.0-rc.1
|
||||
Git commit: <git SHA>
|
||||
```
|
||||
|
||||
@@ -42,12 +42,12 @@ If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
```bash
|
||||
kubectl set image deployment/velero \
|
||||
velero=velero/velero:v1.5.0-beta.1 \
|
||||
velero=velero/velero:v1.5.0-rc.1 \
|
||||
--namespace velero
|
||||
|
||||
# optional, if using the restic daemon set
|
||||
kubectl set image daemonset/restic \
|
||||
restic=velero/velero:v1.5.0-beta.1 \
|
||||
restic=velero/velero:v1.5.0-rc.1 \
|
||||
--namespace velero
|
||||
```
|
||||
|
||||
@@ -61,11 +61,11 @@ If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
```bash
|
||||
Client:
|
||||
Version: v1.5.0-beta.1
|
||||
Version: v1.5.0-rc.1
|
||||
Git commit: <git SHA>
|
||||
|
||||
Server:
|
||||
Version: v1.4.0-beta.1
|
||||
Version: v1.4.0-rc.1
|
||||
```
|
||||
|
||||
[0]: basic-install.md#install-the-cli
|
||||
|
||||
Reference in New Issue
Block a user