Make patch
parent
9af5f4a931
commit
14567c763f
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
|
@ -0,0 +1,10 @@
|
|||
CSI Driver for PowerFlex is part of the CSM (Container Storage Modules) open-source suite of Kubernetes storage enablers for Dell EMC products. CSI Driver for PowerFlex is a Container Storage Interface (CSI) driver that provides support for provisioning persistent storage using Dell EMC PowerFlex storage array.
|
||||
|
||||
Pre-Install
|
||||
- All nodes must have the SDC client installed to satisfy the CSI driver for PowerFlex. Ensure that nodes are provided at least two (2) interfaces and potentially up to four (4) interfaces depending on the PowerFlex system configuration.
|
||||
- [Install Storage Data Client](https://dell.github.io/csm-docs/docs/csidriver/installation/helm/powerflex/#manual-sdc-deployment)
|
||||
- [Create Configuration Secret (Step 4)](https://dell.github.io/csm-docs/docs/csidriver/installation/helm/powerflex/#install-the-driver)
|
||||
|
||||
Post-Install
|
||||
- [Create Storage Class(es)](https://dell.github.io/csm-docs/docs/csidriver/installation/helm/powerflex/#storage-classes)
|
||||
[Storage Class Examples](https://github.com/dell/csi-powerflex/tree/main/samples/storageclass)
|
|
@ -0,0 +1,21 @@
|
|||
categories:
|
||||
- storage
|
||||
namespace: vxflexos
|
||||
labels:
|
||||
io.rancher.certified: partner
|
||||
questions:
|
||||
- variable: defaultFsType
|
||||
label: "Defines Filesystem format"
|
||||
type: enum
|
||||
required: true
|
||||
group: "General settings (Required)"
|
||||
options:
|
||||
- "ext4"
|
||||
- "xfs"
|
||||
|
||||
- variable: volumeNamePrefix
|
||||
label: "Defines a string prepended to each volume created"
|
||||
type: string
|
||||
default: "k8svol"
|
||||
required: true
|
||||
group: "General settings (Required)"
|
|
@ -0,0 +1,23 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -1,10 +1,11 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.1.0"
|
||||
-kubeVersion: ">= 1.20.0 < 1.23.0"
|
||||
+kubeVersion: "1.20-0 - 1.23-0"
|
||||
description: |
|
||||
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
|
||||
integration. This chart includes everything required to provision via CSI as
|
||||
well as a VxFlex OS StorageClass.
|
||||
+icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||
keywords:
|
||||
- csi
|
||||
- storage
|
||||
@@ -14,3 +15,7 @@
|
||||
sources:
|
||||
- https://github.com/dell/csi-vxflexos
|
||||
version: "2.1.0"
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: vxflexos
|
||||
+ catalog.cattle.io/display-name: Dell CSI PowerFlex
|
|
@ -0,0 +1,4 @@
|
|||
url: https://github.com/dell/csi-powerflex.git
|
||||
subdirectory: helm/csi-vxflexos
|
||||
commit: 582409d6e0849f53cf9997ee426eca7ba2773c7b
|
||||
packageVersion: 00
|
Loading…
Reference in New Issue