diff --git a/changelogs/unreleased/9113-Lyndon-Li b/changelogs/unreleased/9113-Lyndon-Li new file mode 100644 index 000000000..c000cfeb9 --- /dev/null +++ b/changelogs/unreleased/9113-Lyndon-Li @@ -0,0 +1 @@ +Update CSI Snapshot Data Movement doc for issue #8534, #8185 \ No newline at end of file diff --git a/site/content/docs/main/csi-snapshot-data-movement.md b/site/content/docs/main/csi-snapshot-data-movement.md index 0d537a73a..2b3d84d07 100644 --- a/site/content/docs/main/csi-snapshot-data-movement.md +++ b/site/content/docs/main/csi-snapshot-data-movement.md @@ -32,10 +32,11 @@ Velero built-in data mover restores both volume data and metadata, so the data m ### Install Velero Node Agent Velero Node Agent is a Kubernetes daemonset that hosts Velero data movement controllers and launches data mover pods. -If you are using Velero built-in data mover, Node Agent must be installed. To install Node Agent, use the `--use-node-agent` flag. +If you are using Velero built-in data mover, Node Agent must be installed. To install Node Agent, use the `--use-node-agent` flag. +Velero built-in data mover doesn't require the host path for pod volumes into Node Agent pods. The installation by default creates it in order to support fs-backup. If you don't use fs-backup and want to remove it from Node Agent, you can specify the `--node-agent-disable-host-path` flag. ``` -velero install --use-node-agent +velero install --use-node-agent --node-agent-disable-host-path ``` ### Configure A Backup Storage Location