Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Oct 9, 2024
1 parent 5b36594 commit a43b908
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions content/docs/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ The Container Storage Modules and the required CSI Drivers can each be deployed
CSM for Observability can be deployed either via Helm/CSM operator/CSM for Observability Installer/CSM for Observability Offline Installer
[...More on installation instructions](helm/modules/installation/observability/)
{{< /card >}}
{{< card header="[Dell Container Storage Module for Authorization](helm/modules/installation/authorization/)"
{{< card header="[Dell Container Storage Module for Authorization](helm/modules/installation/authorization-v2.0/)"
footer="Installs Authorization Module">}}
CSM Authorization can be installed by using the provided Helm v3 charts on Kubernetes platforms or CSM operator.
[...More on installation instructions](helm/modules/installation/authorization/)
CSM Authorization can be installed by using the provided Helm v3 charts on Kubernetes platforms or CSM operator.
[...More on installation instructions](helm/modules/installation/authorization-v2.0/)
{{< /card >}}
{{% /cardpane %}}
{{% cardpane %}}
{{< card header="[Dell Container Storage Module for Resiliency](helm/modules/installation/resiliency)"
footer="Installs Resiliency Module">}}
CSI drivers that support Helm chart installation allow CSM for Resiliency to be _optionally_ installed by variables in the chart. It can be updated via _podmon_ block specified in the _values.yaml_. It can be installed via CSM operator as well.
CSI drivers that support Helm chart installation allow CSM for Resiliency to be _optionally_ installed by variables in the chart. It can be updated via _podmon_ block specified in the _values.yaml_. It can be installed via CSM operator as well.
[...More on installation instructions](helm/modules/installation/resiliency)
{{< /card >}}
{{< card header="[Dell Container Storage Module for Replication](helm/modules/installation/replication)"
Expand Down
26 changes: 13 additions & 13 deletions content/docs/deployment/csminstallationwizard/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ The [Dell Container Storage Modules Installation Wizard](./src/index.html) is a
| CSI PowerMax | 2.8.0 |✔️ |✔️ |
| CSI PowerFlex | 2.12.0 |✔️ ||
| CSI PowerFlex | 2.11.0 |✔️ ||
| CSI PowerFlex | 2.10.1 |✔️ ||
| CSI PowerFlex | 2.9.1 |✔️ ||
| CSI PowerFlex | 2.10.1 |✔️ ||
| CSI PowerFlex | 2.9.1 |✔️ ||
| CSI PowerScale | 2.11.0 |✔️ |✔️ |
| CSI PowerScale | 2.10.1 |✔️ |✔️ |
| CSI PowerScale | 2.9.1 |✔️ |✔️ |
| CSI PowerScale | 2.8.0 |✔️ |✔️ |
| CSI PowerScale | 2.9.1 |✔️ |✔️ |
| CSI PowerScale | 2.8.0 |✔️ |✔️ |
| CSI Unity XT | 2.12.0 |✔️ ||
| CSI Unity XT | 2.11.0 |✔️ ||
| CSI Unity XT | 2.10.1 |✔️ ||
| CSI Unity XT | 2.9.1 |✔️ ||
| CSI Unity XT | 2.10.1 |✔️ ||
| CSI Unity XT | 2.9.1 |✔️ ||

>NOTE: The Installation Wizard currently does not support operator-based manifest file generation for Unity XT and PowerFlex drivers.
## Supported Dell CSM Modules

| CSM Modules | Version |
| ---------------------| --------- |
| CSM Modules | Version |
| ---------------------| --------- |
| CSM Observability | 1.7.0+ |
| CSM Replication | 1.7.0+ |
| CSM Resiliency | 1.7.0+ |
Expand All @@ -50,15 +50,15 @@ The [Dell Container Storage Modules Installation Wizard](./src/index.html) is a
2. Select the `Installation Type` as `Helm`/`Operator`.
3. Select the `Array`.
4. Enter the `Image Repository`. The default value is `dellemc`.
5. Select the `CSM Version`.
6. Select the modules for installation. If there are module specific inputs, enter their values.
5. Select the `CSM Version`.
6. Select the modules for installation. If there are module specific inputs, enter their values.
7. If needed, modify the `Controller Pods Count`.
8. If needed, select `Install Controller Pods on Control Plane` and/or `Install Node Pods on Control Plane`.
9. Enter the `Namespace`. The default value is `csi-<array>`.
10. Click on `Generate YAML`.
13. A manifest file, `values.yaml` will be generated and downloaded.
13. A manifest file, `values.yaml` will be generated and downloaded.
14. A section `Run the following commands to install` will be displayed.
15. Run the commands displayed to install Dell CSI Driver and Modules using the generated manifest file.
15. Run the commands displayed to install Dell CSI Driver and Modules using the generated manifest file.

## Installation Using Helm Chart

Expand Down Expand Up @@ -90,7 +90,7 @@ The [Dell Container Storage Modules Installation Wizard](./src/index.html) is a
5. If Observability is checked in the wizard, refer to [Observability](../csmoperator/modules/observability#post-installation-dependencies) to export metrics to Prometheus and load the Grafana dashboards.
6. If Authorization is checked in the wizard, only the sidecar is enabled. Refer to [Authorization](../../deployment/helm/modules/installation/authorization/) to install and configure the CSM Authorization Proxy Server.
6. If Authorization is checked in the wizard, only the sidecar is enabled. Refer to [Authorization](../../deployment/helm/modules/installation/authorization-v2.0/) to install and configure the CSM Authorization Proxy Server.
7. If Replication is checked in the wizard, refer to [Replication](../../deployment/helm/modules/installation/replication/) on configuring communication between Kubernetes clusters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following third-party components are optionally installed in the specified n
## Install CSM Authorization

**Steps**
1. [Install Vault or configure an existing Vault](../../../../csmoperator/modules/authorization%20v2.0.md#vault-server-installation).
1. [Install Vault or configure an existing Vault](../../../../csmoperator/modules/authorization-v2.0#vault-server-installation).
2. Create a namespace where you want to install CSM Authorization.
```bash
kubectl create namespace authorization
Expand Down

0 comments on commit a43b908

Please sign in to comment.