-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update Deployment page #306
Merged
shanmydell
merged 3 commits into
release-1.4-updated
from
feature_update_deployment_page
Aug 25, 2022
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,64 @@ | ||
--- | ||
title: "Deployment" | ||
linkTitle: "Deployment" | ||
no_list: true | ||
description: Deployment of CSM for Replication | ||
weight: 1 | ||
--- | ||
The Container Storage Modules along with the required CSI Drivers can each be deployed using CSM operator. | ||
|
||
>Note: Currently CSM operator is in tech preview and is not supported in production environments. | ||
|
||
{{< cardpane >}} | ||
{{< card header="[**CSM Operator**](csmoperator/)" | ||
footer="Supports driver [PowerScale](csmoperator/drivers/powerscale/), module [Authorization](csmoperator/modules/authorization/)">}} | ||
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. | ||
[...More on installation instructions](csmoperator/) | ||
{{< /card >}} | ||
{{< /cardpane >}} | ||
The Container Storage Modules and the required CSI Drivers can each be deployed following the links below: | ||
- [Dell CSI Drivers Installation](../csidriver/installation) | ||
- [Dell Container Storage Module for Observability](../observability/deployment) | ||
- [Dell Container Storage Module for Authorization](../authorization/deployment) | ||
- [Dell Container Storage Module for Resiliency](../resiliency/deployment) | ||
- [Dell Container Storage Module for Replication](../replication/deployment) | ||
|
||
|
||
{{< cardpane >}} | ||
{{< card header="[Dell CSI Drivers Installation via Helm](../csidriver/installation/helm)" | ||
footer="Installs [PowerStore](../csidriver/installation/helm/powerstore/) [PowerMax](../csidriver/installation/helm/powermax/) [PowerScale](../csidriver/installation/helm/isilon/) [PowerFlex](../csidriver/installation/helm/powerflex/) [Unity](../csidriver/installation/helm/unity/)">}} | ||
Dell CSI Helm installer installs the CSI Driver components using the provided Helm charts. | ||
[...More on installation instructions](../csidriver/installation/helm) | ||
{{< /card >}} | ||
{{< card header="[Dell CSI Drivers Installation via offline installer](../csidriver/installation/offline)" | ||
footer="[Offline installation for all drivers](../csidriver/installation/offline)">}} | ||
Both Helm and Dell CSI opetor supports offline installation of the Dell CSI Storage Providers via `csi-offline-bundle.sh` script by creating a usable package. | ||
[...More on installation instructions](../csidriver/installation/offline) | ||
{{< /card >}} | ||
{{< /cardpane >}} | ||
{{< cardpane >}} | ||
{{< card header="[Dell CSI Drivers Installation via operator](../csidriver/installation/operator)" | ||
footer="Installs [PowerStore](../csidriver/installation/operator/powerstore/) [PowerMax](../csidriver/installation/operator/powermax/) [PowerScale](../csidriver/installation/operator/isilon/) [PowerFlex](../csidriver/installation/operator/powerflex/) [Unity](../csidriver/installation/operator/unity/)">}} | ||
Dell CSI Operator is a Kubernetes Operator, which can be used to install and manage the CSI Drivers 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. It is also available as a certified operator for OpenShift clusters and can be deployed using the OpenShift Container Platform. Both these methods of installation use OLM (Operator Lifecycle Manager). The operator can also be deployed manually. | ||
[...More on installation instructions](../csidriver/installation/operator) | ||
{{< /card >}} | ||
{{< /cardpane >}} | ||
{{< cardpane >}} | ||
{{< card header="[Dell Container Storage Module for Observability](../observability/deployment)" | ||
footer="Installs Observability Module">}} | ||
CSM for Observability can be deployed either via Helm or CSM for Observability Installer or CSM for Observability Offline Installer | ||
[...More on installation instructions](../observability/deployment) | ||
{{< /card >}} | ||
{{< card header="[Dell Container Storage Module for Authorization](../authorization/deployment)" | ||
footer="Installs Authorization Module">}} | ||
CSM Authorization can be installed by using the provided Helm v3 charts on Kubernetes platforms. | ||
[...More on installation instructions](../authorization/deployment) | ||
{{< /card >}} | ||
{{< /cardpane >}} | ||
{{< cardpane >}} | ||
{{< card header="[Dell Container Storage Module for Resiliency](../resiliency/deployment)" | ||
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_ | ||
[...More on installation instructions](../resiliency/deployment) | ||
{{< /card >}} | ||
{{< card header="[Dell Container Storage Module for Replication](../replication/deployment)" | ||
footer="Installs Replication Module">}} | ||
Replication module can be installed by installing repctl,Container Storage Modules (CSM) for Replication Controller,CSI driver after enabling replication. | ||
[...More on installation instructions](../replication/deployment) | ||
{{< /card >}} | ||
{{< /cardpane >}} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shanmydell, Please help modify CSM Operator to Container Storage Modules Operator in the card header. I was about to make this change and then saw this PR where the deployment page itself is revamped.
Thanks in advance
FYI @AronAtDell