From b9dc48ab07bdd35923c91340f05599aaee30f145 Mon Sep 17 00:00:00 2001 From: rajkumar-palani <43825650+rajkumar-palani@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:48:15 +0530 Subject: [PATCH] Update _index.md Fixed the Broken Links raised in the Issue (https://github.com/dell/csm/issues/715) --- content/docs/references/FAQ/_index.md | 48 +++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/content/docs/references/FAQ/_index.md b/content/docs/references/FAQ/_index.md index b1fc7aabe0..3fa830312d 100644 --- a/content/docs/references/FAQ/_index.md +++ b/content/docs/references/FAQ/_index.md @@ -30,25 +30,25 @@ The umbrella repository for every Dell Container Storage Module is: [https://git ### What are the prerequisites for deploying Container Storage Modules? Prerequisites can be found on the respective module deployment pages: -- [Dell Container Storage Module for Observability Deployment](../observability/deployment/#prerequisites) -- [Dell Container Storage Module for Authorization Deployment](../authorization/deployment/#prerequisites) -- [Dell Container Storage Module for Resiliency Deployment](../resiliency/deployment/) -- [Dell Container Storage Module for Replication Deployment](../replication/deployment/installation/#before-you-begin) +- [Dell Container Storage Module for Observability Deployment](../../observability/deployment/#prerequisites) +- [Dell Container Storage Module for Authorization Deployment](../../authorization/deployment/#prerequisites) +- [Dell Container Storage Module for Resiliency Deployment](../../resiliency/deployment/) +- [Dell Container Storage Module for Replication Deployment](../../replication/deployment/installation/#before-you-begin) Prerequisites for deploying the Dell CSI drivers can be found here: -- [Dell CSI Drivers Deployment](../csidriver/installation/) +- [Dell CSI Drivers Deployment](../../csidriver/installation/) ### How do I uninstall or disable a module? -- [Dell Container Storage Module for Authorization](../authorization/uninstallation/) -- [Dell Container Storage Module for Observability](../observability/uninstall/) -- [Dell Container Storage Module for Resiliency](../resiliency/uninstallation/) +- [Dell Container Storage Module for Authorization](../../authorization/uninstallation/) +- [Dell Container Storage Module for Observability](../../observability/uninstall/) +- [Dell Container Storage Module for Resiliency](../../resiliency/uninstallation/) ### How do I troubleshoot Container Storage Modules? -- [Dell CSI Drivers](../csidriver/troubleshooting/) -- [Dell Container Storage Module for Authorization](../authorization/troubleshooting/) -- [Dell Container Storage Module for Observability](../observability/troubleshooting/) -- [Dell Container Storage Module for Replication](../replication/troubleshooting/) -- [Dell Container Storage Module for Resiliency](../resiliency/troubleshooting/) +- [Dell CSI Drivers](../../csidriver/troubleshooting/) +- [Dell Container Storage Module for Authorization](../../authorization/troubleshooting/) +- [Dell Container Storage Module for Observability](../../observability/troubleshooting/) +- [Dell Container Storage Module for Replication](../../replication/troubleshooting/) +- [Dell Container Storage Module for Resiliency](../../resiliency/troubleshooting/) ### Can I use the CSM functionality like Prometheus collection or Authorization quotas for my non-Kubernetes storage clients? No, all the modules have been designed to work inside Kubernetes with Dell CSI drivers. @@ -58,12 +58,12 @@ It is recommended to install CSM for Observability in a namespace separate from ### Which Kubernetes distributions are supported? The supported Kubernetes distributions for Container Storage Modules are documented: -- [Dell Container Storage Module for Authorization](../authorization/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell Container Storage Module for Observability](../observability/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell Container Storage Module for Replication](../replication/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell Container Storage Module for Resiliency](../resiliency/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Authorization](../../authorization/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Observability](../../observability/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Replication](../../replication/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Resiliency](../../resiliency/#supported-operating-systemscontainer-orchestrator-platforms) -The supported distros for the Dell CSI Drivers are located [here](../csidriver/#supported-operating-systemscontainer-orchestrator-platforms). +The supported distros for the Dell CSI Drivers are located [here](../../csidriver/#supported-operating-systemscontainer-orchestrator-platforms). ### How do I get a list of Container Storage Modules deployed in my cluster with their versions? The easiest way to find the module version is to check the image tag for the module. For all the namespaces you can execute the following: @@ -77,11 +77,11 @@ kubectl get deployment,daemonset -o wide -n {{namespace}} ### Do all Container Storage Modules need to be the same version, or can I mix and match? It is advised to comply with the support matrices (links below) and not deviate from it with mixed versions. -- [Dell Container Storage Module for Authorization](../authorization/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell Container Storage Module for Observability](../observability/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell Container Storage Module for Replication](../replication/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell Container Storage Module for Resiliency](../resiliency/#supported-operating-systemscontainer-orchestrator-platforms) -- [Dell CSI Drivers](../csidriver/#supported-operating-systemscontainer-orchestrator-platforms). +- [Dell Container Storage Module for Authorization](../../authorization/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Observability](../../observability/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Replication](../../replication/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell Container Storage Module for Resiliency](../../resiliency/#supported-operating-systemscontainer-orchestrator-platforms) +- [Dell CSI Drivers](../../csidriver/#supported-operating-systemscontainer-orchestrator-platforms). ### Can I run Container Storage Modules in a production environment? As of CSM 1.0, the Container Storage Modules are GA and ready for production systems. @@ -89,7 +89,7 @@ As of CSM 1.0, the Container Storage Modules are GA and ready for production sys ### Is Dell Container Storage Modules (CSM) supported by Dell Technologies? Yes! -If you find an issue, please follow our [support process](../support/) +If you find an issue, please follow our [support process](../../support/) ### Can I modify a module or contribute to the project? Yes!