feat: improve documentation for reverse selector

Signed-off-by: Julien Godin <julien.godin@camptocamp.com>
This commit is contained in:
Julien Godin
2021-10-07 10:19:40 +02:00
parent f67dd4cbde
commit 3e86bf0cc8

View File

@@ -88,6 +88,12 @@ Wildcard takes precedence when both a wildcard and specific resource are include
```bash
velero backup create <backup-name> --selector <key>=<value>
```
* Include resources that are not matching the selector
```bash
velero backup create <backup-name> --selector <key>!=<value>
```
For more information read the [Kubernetes label selector documentation](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors)
## Excludes