Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the Broken Links in FAQ Section #543

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions content/docs/references/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand All @@ -77,19 +77,19 @@ 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.

### 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!
Expand Down