From 485a34e254f119e669a62de40882aa799d95d549 Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Wed, 24 Feb 2021 09:48:23 +0100 Subject: [PATCH] Add validated drivers to catalog entry --- build/olm-catalog/template.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/build/olm-catalog/template.yaml b/build/olm-catalog/template.yaml index 5dbd05ed..49c1641d 100644 --- a/build/olm-catalog/template.yaml +++ b/build/olm-catalog/template.yaml @@ -30,6 +30,24 @@ spec: The operator adds support for management of multiple Ember CSI instances within a cluster and simplifies storage backend deployments. + ### Supported drivers + Ember-CSI includes a good number of storage drivers, but due to limitation on hardware availability only a small number of them have been validated at one point or another. In alphabetical order they are: + + HPE3PARFC + HPE3PARISCSI + KaminarioISCSI + LVMVolume + PowerMaxFC + PowerMaxISCSI + PureFC + PureISCSI + QnapISCSI + RBD + SolidFire + SynoISCSI + XtremIOFC + XtremIOISCSI + ### Getting started Please have a look at our quick start documentation on how to get started: [github.com/embercsi/ember-csi-operator#quick-start](https://github.com/embercsi/ember-csi-operator#quick-start).