You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rebase with main branch
* Solved issues in Title and Learn more error in home page
* Revert changes made for table
* Fix for the issues: Tabpane, favicons and anchor link
* Update hugo-disabled.toml
* Update 404.html
* Fix for the warnings, hyperlinks for deployment and Container Storage Module pages and removed non-required files.
* Fix for warning of Algolia docsearch
---------
Co-authored-by: Yamunadevi N Shanmugam <[email protected]>
Copy file name to clipboardExpand all lines: content/docs/_index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The Dell Technologies (Dell) Container Storage Modules (CSM) enables simple and
20
20
<br> <br>
21
21
CSM is made up of multiple components including modules (enterprise capabilities), CSI drivers (storage enablement), and other related applications (deployment, feature controllers, etc).
CSM for Authorization provides storage and Kubernetes administrators the ability to apply RBAC for Dell CSI Drivers. It does this by deploying a proxy between the CSI driver and the storage system to enforce role-based access and usage rules.<br>
@@ -32,8 +32,8 @@ CSM is made up of multiple components including modules (enterprise capabilities
32
32
CSM for Replication project aims to bring Replication & Disaster Recovery capabilities of Dell Storage Arrays to Kubernetes clusters. It helps you replicate groups of volumes and can provide you a way to restart applications in case of both planned and unplanned migration.
CSM for Resiliency is designed to make Kubernetes Applications, including those that utilize persistent storage, more resilient to various failures.
@@ -44,8 +44,8 @@ CSM is made up of multiple components including modules (enterprise capabilities
44
44
CSM for Observability provides visibility on the capacity of the volumes/file shares that is being managed with Dell CSM CSI (Container Storage Interface) drivers along with their performance in terms of bandwidth, IOPS, and response time.
Container Storage Modules for Application Mobility provide Kubernetes administrators the ability to clone their stateful application workloads and application data to other clusters in the cloud.
@@ -56,12 +56,12 @@ CSM is made up of multiple components including modules (enterprise capabilities
56
56
Encryption provides the capability to encrypt user data residing on volumes created by Dell CSI Drivers.
57
57
[...Learn more](secure/encryption/)
58
58
{{< /card >}}
59
-
{{< /cardpane >}}
60
-
{{< cardpane >}}
59
+
{{% /cardpane %}}
60
+
{{% cardpane %}}
61
61
{{< card header="[License](support/license/)"
62
62
footer="Required for [Encryption](secure/encryption/)">}}
63
63
The tech-preview releases of Encryption require a license.
64
64
Request a license using the [Container Storage Modules License Request](https://app.smartsheet.com/b/form/5e46fad643874d56b1f9cf4c9f3071fb) by providing the requested details.
Dell CSM Operator is a Kubernetes Operator, which can be used to install and manage the CSI Drivers and CSM Modules provided by Dell for various storage platforms. This operator is available as a community operator for upstream Kubernetes and can be deployed using OperatorHub.io. The operator can be installed using OLM (Operator Lifecycle Manager) or manually.
15
15
[...More on installation instructions](csmoperator/)
16
16
{{< /card >}}
17
-
{{< /cardpane >}}
17
+
{{% /cardpane %}}
18
18
The Container Storage Modules and the required CSI Drivers can each be deployed following the links below:
19
19
20
20
21
-
{{< cardpane >}}
21
+
{{% cardpane %}}
22
22
{{< card header="[Dell CSI Drivers Installation via Helm](helm/drivers)"
Dell CSI Helm installer installs the CSI Driver components using the provided Helm charts.
@@ -34,8 +34,8 @@ The Container Storage Modules and the required CSI Drivers can each be deployed
34
34
Both Helm and Dell CSM operator supports offline installation of the Dell CSI Storage Providers via `csi-offline-bundle.sh` or `csm-offline-bundle.sh` script, respectively, by creating a usable package.
35
35
[...More on installation instructions](offline/drivers)
36
36
{{< /card >}}
37
-
{{< /cardpane >}}
38
-
{{< cardpane >}}
37
+
{{% /cardpane %}}
38
+
{{% cardpane %}}
39
39
{{< card header="[Dell Container Storage Module for Observability](helm/modules/installation/observability/)"
40
40
footer="Installs Observability Module">}}
41
41
CSM for Observability can be deployed either via Helm/CSM operator/CSM for Observability Installer/CSM for Observability Offline Installer
@@ -46,8 +46,8 @@ The Container Storage Modules and the required CSI Drivers can each be deployed
46
46
CSM Authorization can be installed by using the provided Helm v3 charts on Kubernetes platforms or CSM operator.
47
47
[...More on installation instructions](helm/modules/installation/authorization/)
48
48
{{< /card >}}
49
-
{{< /cardpane >}}
50
-
{{< cardpane >}}
49
+
{{% /cardpane %}}
50
+
{{% cardpane %}}
51
51
{{< card header="[Dell Container Storage Module for Resiliency](helm/modules/installation/resiliency)"
52
52
footer="Installs Resiliency Module">}}
53
53
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.
@@ -58,11 +58,11 @@ The Container Storage Modules and the required CSI Drivers can each be deployed
58
58
Replication module can be installed by installing repctl,Container Storage Modules (CSM) for Replication Controller,CSI driver after enabling replication. It can be installed via CSM operator as well.
59
59
[...More on installation instructions](helm/modules/installation/replication)
60
60
{{< /card >}}
61
-
{{< /cardpane >}}
62
-
{{< cardpane >}}
61
+
{{% /cardpane %}}
62
+
{{% cardpane %}}
63
63
{{< card header="[Dell Container Storage Module for Encryption](helm/modules/installation/encryption)"
64
64
footer="Installs Encryption Module">}}
65
65
Encryption can be optionally installed via the PowerScale CSI driver Helm chart.
66
66
[...More on installation instructions](helm/modules/installation/encryption)
0 commit comments