The EnableCSI flag on velero backup describe command only (#2817)

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
JenTing Hsiao
2020-08-19 02:05:45 +08:00
committed by GitHub
parent 9ed43f96c1
commit 62b2a0e17f
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ velero install \
...
```
To include the status of CSI objects associated with a Velero backup or restore in `velero backup describe` or `velero restore describe` output, run `velero client config set features=EnableCSI`.
To include the status of CSI objects associated with a Velero backup in `velero backup describe` output, run `velero client config set features=EnableCSI`.
See [Enabling Features][1] for more information about managing client-side feature flags.
# Implementation Choices

View File

@@ -31,7 +31,7 @@ velero install \
...
```
To include the status of CSI objects associated with a Velero backup or restore in `velero backup describe` or `velero restore describe` output, run `velero client config set features=EnableCSI`.
To include the status of CSI objects associated with a Velero backup in `velero backup describe` output, run `velero client config set features=EnableCSI`.
See [Enabling Features][1] for more information about managing client-side feature flags.
# Implementation Choices