From 456ee4ea2e59cad7c636fff56d8a53946513645d Mon Sep 17 00:00:00 2001 From: Akshay Saini <109056238+AkshaySainiDell@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:14:48 -0500 Subject: [PATCH] Add note in prerequisites --- content/docs/prerequisites/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/prerequisites/_index.md b/content/docs/prerequisites/_index.md index 611ad9a946..8978265a12 100644 --- a/content/docs/prerequisites/_index.md +++ b/content/docs/prerequisites/_index.md @@ -20,6 +20,7 @@ weight: 1 > Notes: > * The required OS dependencies are only for the protocol needed (e.g. if NVMe isn't the storage access protocol then nvme-cli is not required).. +> * It is important to note that any operations performed outside of the CSM and Kubernetes ecosystem, such as modifying storage configurations directly using GUI or CLI tools provided by the storage array, may not be supported or automatically picked up by the CSM. As a result, metadata and state information within Kubernetes, including Persistent Volume (PV) metadata, may not reflect changes made outside of the driver. For consistent and accurate management of storage resources, it is recommended to perform all operations through the CSM and Kubernetes API. If external modifications are necessary, corresponding updates should be manually synchronized with the Kubernetes cluster to ensure accurate metadata and functionality. ## Supported Container Orchestrator Platforms