Skip to content

Commit d510311

Browse files
Dell CSM Operator v1.9.0 (#125)
* Dell CSM Operator v1.9.0 * Align v1.5.0 pack name and logo --------- Co-authored-by: Vishwanath S <[email protected]>
1 parent ab46cc7 commit d510311

38 files changed

+16373
-1
lines changed
15.4 KB
Loading

packs/csm-operator-addon-1.5.0/pack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"charts/csm-operator-1.5.0.tgz"
1010
],
1111
"layer": "addon",
12-
"name": "csm-operator-addon",
12+
"name": "dell-csm-operator-addon",
1313
"version": "1.5.0"
1414
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Description
2+
Dell Technologies Container Storage Modules (CSM) Operator is an open-source Kubernetes operator which can be used to install and manage various CSI Drivers and CSM Modules.
3+
4+
CSI capabilities per driver can be found [here](https://dell.github.io/csm-docs/docs/csidriver/)
5+
Supported components can be found [here](https://dell.github.io/csm-docs/docs/deployment/csmoperator/#supported-csm-components)
6+
7+
8+
# Kubernetes versions supported:
9+
Above 1.26
10+
11+
# Constraints:
12+
Support for PowerFlex, PowerMax and PowerStore is available.
13+
Support for PowerScale and UnityXT is not available at this time.
14+
15+
Please see [here](https://dell.github.io/csm-docs/docs/deployment/csmoperator/drivers/) for installation prereqs. For PowerFlex, PowerMax and PowerStore you typically need to install either the ScaleIO driver (PowerFlex) and/or Multipath, as well as iSCSI packages if iSCSI is used. The Dell page linked above contains information on these prereqs, which will need to be added to the OS layer in the cluster profile.
16+
17+
# Cloud types supported:
18+
This pack was designed to be used with clusters on Canonical MAAS
19+
20+
# References:
21+
- https://github.com/dell/csm-operator
28.4 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: v2
2+
name: csm-operator
3+
description: Installs Dell CSM Operator
4+
# A chart can be either an 'application' or a 'library' chart.
5+
#
6+
# Application charts are a collection of templates that can be packaged into versioned archives
7+
# to be deployed.
8+
#
9+
# Library charts provide useful utilities or functions for the chart developer. They're included as
10+
# a dependency of application charts to inject those utilities and functions into the rendering
11+
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
12+
type: application
13+
14+
# This is the chart version. This version number should be incremented each time you make changes
15+
# to the chart and its templates, including the app version.
16+
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17+
version: 1.9.0
18+
19+
# This is the version number of the application being deployed. This version number should be
20+
# incremented each time you make changes to the application. Versions are not expected to
21+
# follow Semantic Versioning. They should reflect the version the application is using.
22+
# It is recommended to use it with quotes.
23+
appVersion: "1.9.0"

0 commit comments

Comments
 (0)