From 256fe35b6dca27b4fcf9dc62c8ece38dc0f76d2d Mon Sep 17 00:00:00 2001 From: Akshay Saini <109056238+AkshaySainiDell@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:50:50 -0500 Subject: [PATCH] Add note in prerequisites (#1154) --- 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 be9ec9f17e..5804616dd4 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