Trivial correction to 1.7 upgrade instructions
The container name for the aws plugin is `velero-plugin-for-aws`. There was an extra `velero-` prefix in the doc. Signed-off-by: Dave Pedu <dave@davepedu.com>pull/5473/head
parent
11a7c796eb
commit
ecee846ed5
|
@ -53,7 +53,7 @@ Before upgrading, check the [Velero compatibility matrix](https://github.com/vmw
|
|||
# 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 \
|
||||
velero-plugin-for-aws=velero/velero-plugin-for-aws:v1.3.0 \
|
||||
--namespace velero
|
||||
|
||||
# optional, if using the restic daemon set
|
||||
|
|
Loading…
Reference in New Issue