diff --git a/site/content/docs/main/csi.md b/site/content/docs/main/csi.md index a68653bea..d02063857 100644 --- a/site/content/docs/main/csi.md +++ b/site/content/docs/main/csi.md @@ -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 diff --git a/site/content/docs/v1.4/csi.md b/site/content/docs/v1.4/csi.md index 928f57965..bcdfcdfe6 100644 --- a/site/content/docs/v1.4/csi.md +++ b/site/content/docs/v1.4/csi.md @@ -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