From 4c32053237c1f5fa848d404a06272712daafc88f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 1 Sep 2026 12:36:08 +0100 Subject: [PATCH] AGENTS.md: Add reference to cluster-storage-operator coderabbit was confusing paths for CSI drivers and CSI driver operators. Signed-off-by: Stephen Finucane --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 7b355ac46..969255468 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -63,6 +63,11 @@ Standard Kubernetes CSI sidecars used: - livenessprobe - Health checking - kube-rbac-proxy - Metrics authentication/authorization +## Deployment of Operators + +The CSI driver operators in this project are responsible for deploying and managing CSI drivers, but the [cluster-storage-operator (CSO)](https://github.com/openshift/cluster-storage-operator/) is responsible for deploying the CSI driver operators themselves. CSO's Deployment manifests for each operator live under `assets/csidriveroperators//base/` in the CSO repo. +Code in `cmd` and `pkg` references hardcoded file paths (config files, credentials, etc.) that correspond to volume mounts defined in those CSO Deployment manifests, not to assets in this repository. + ## Common Development Commands ### Building