Remove ref to exclude label in v1.1.0 (#2025)

* Remove ref to exclude label in v1.1.0

Signed-off-by: Jess Belliveau <jbelliveau@apptio.com>

* Correct wording to better describe label use scenario

Signed-off-by: Jess Belliveau <jbelliveau@apptio.com>
pull/2091/head
SinFulNard 2019-11-21 03:04:54 +11:00 committed by Steve Kriss
parent 0704c77ba1
commit d33014bf3c
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ It is possible to exclude individual items from being backed up, even if they ma
```bash
kubectl label -n <ITEM_NAMESPACE> <RESOURCE>/<NAME> velero.io/exclude-from-backup=true
```
Please note, in v1.1.0 the label will not be honoured for "additional items" eg; PVCs/PVs that are in use by a pod that is being backed up. If this scenario is required, consider upgrading to v1.2.0 or later.