Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/rancher/csi-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The Harvester CSI driver supports the following features:

- The Kubernetes cluster is built on top of Harvester virtual machines.
- The Harvester virtual machines that run as guest Kubernetes nodes are in the same namespace.
- Starting with v0.1.25, if you install the CSI driver without enabling the Harvester cloud provider, ensure that [Volume Snapshots](./csi-driver.md#volume-snapshots) are properly installed; otherwise, the chart installation will fail.
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The prerequisite bullet says "ensure that Volume Snapshots are properly installed", but volume snapshots aren’t something you install directly; what’s required is the CSI snapshot controller + CRDs/manifests (as described later in the Volume Snapshots prerequisites). Consider rephrasing this to explicitly reference installing the snapshot controller/CRDs so readers know what to do and what component causes the chart install to fail.

Suggested change
- Starting with v0.1.25, if you install the CSI driver without enabling the Harvester cloud provider, ensure that [Volume Snapshots](./csi-driver.md#volume-snapshots) are properly installed; otherwise, the chart installation will fail.
- Starting with v0.1.25, if you install the CSI driver without enabling the Harvester cloud provider, ensure that the CSI snapshot controller and VolumeSnapshot CRDs/manifests described in [Volume Snapshots](./csi-driver.md#volume-snapshots) are installed; otherwise, the chart installation will fail.

Copilot uses AI. Check for mistakes.

:::note

Expand Down
Loading