diff --git a/content/docs/replication/_index.md b/content/docs/replication/_index.md index 4156622663..d6f8b23558 100644 --- a/content/docs/replication/_index.md +++ b/content/docs/replication/_index.md @@ -53,6 +53,7 @@ the objects still exist in pairs. * Replication with METRO mode does not need Replicator sidecar and common controller. * Different namespaces cannot share the same RDF group for creating volumes with ASYNC mode for PowerMax. * Same RDF group cannot be shared across different replication modes for PowerMax. +* Replication support for multiple drivers installed on same Kubernetes cluster. ### QuickStart diff --git a/content/docs/replication/architecture/_index.md b/content/docs/replication/architecture/_index.md index 648e4e0e8c..c301668b5f 100644 --- a/content/docs/replication/architecture/_index.md +++ b/content/docs/replication/architecture/_index.md @@ -103,7 +103,7 @@ It is primarily responsible for the following: ![common](../common.png) CSM Replication Controller is a Kubernetes application deployed independently of CSI drivers and is responsible for -the communication between Kubernetes clusters. _One_ CSM Replication Controller manages replication operations for _all_ CSI driver installations on the Kubernetes cluster. +the communication between Kubernetes clusters. The details about the clusters it needs to connect to are provided in the form of a ConfigMap with references to secrets containing the details(KubeConfig/ServiceAccount tokens) required to connect to the respective clusters.