mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 21:36:30 +00:00
The EnableCSI flag on velero backup describe command only (#2817)
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user