From 73050ece7479c98c8cfb56ca45f6fdcf02a0dc52 Mon Sep 17 00:00:00 2001 From: guangbochen Date: Fri, 15 Apr 2022 14:05:04 +0800 Subject: [PATCH] Add csi volume mode support note --- docs/rancher/csi-driver.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/rancher/csi-driver.md b/docs/rancher/csi-driver.md index 490f2e5754e..5bc5e9b3884 100644 --- a/docs/rancher/csi-driver.md +++ b/docs/rancher/csi-driver.md @@ -16,6 +16,9 @@ The Harvester Container Storage Interface (CSI) Driver provides a CSI interface - The Kubernetes cluster is built on top of Harvester virtual machines. - The Harvester virtual machines run as guest Kubernetes nodes are in the same namespace. +!!! notes + Currently, the Harvester CSI driver only supports single-node read-write(RWO) volumes. Please follow the [issue #1992](https://github.com/harvester/harvester/issues/1992) for future multi-node `read-only`(ROX) and `read-write`(RWX) support. + ### Deploying with Harvester RKE1 Node Driver - Select the external cloud provider option.