https://github.com/dell/dell-csi-operator
The Dell CSI Operator is no longer actively maintained or supported. Dell CSI Operator has been replaced with Dell CSM Operator (https://github.com/dell/csm-operator).
https://github.com/dell/dell-csi-operator
Last synced: 5 months ago
JSON representation
The Dell CSI Operator is no longer actively maintained or supported. Dell CSI Operator has been replaced with Dell CSM Operator (https://github.com/dell/csm-operator).
- Host: GitHub
- URL: https://github.com/dell/dell-csi-operator
- Owner: dell
- License: other
- Created: 2020-03-27T04:03:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T15:22:40.000Z (over 1 year ago)
- Last Synced: 2024-12-07T03:41:24.538Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 17.6 MB
- Stars: 26
- Watchers: 20
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
The Dell CSI Operator is no longer actively maintained or supported. It will be deprecated in CSM 1.9. It is highly recommended that you use CSM Operator going forward.
- [Dell CSI Operator](#dell-csi-operator)
- [Supported Platforms](#supported-platforms)
- [Installation](#installation)
- [Upgrading Dell CSI Operator](#upgrading-dell-csi-operator)
- [Install CSI Drivers](#install-csi-drivers)
- [Uninstall CSI Drivers](#uninstall-csi-drivers)
# Dell CSI Operator
Dell CSI Operator is a Kubernetes native application which helps in installing and managing CSI Drivers provided by Dell for its various storage platforms.
Dell CSI Operator uses Kubernetes CRDs (Custom Resource Definitions) to define a manifest that describes the deployment specifications for each driver to be deployed. Multiple CSI drivers provided by Dell and multiple instances of each driver can be deployed by the operator by defining a manifest for each deployment.
Dell CSI Operator is built using the [operator framework](https://github.com/operator-framework) and runs custom Kubernetes controllers to manage the driver installations. These controllers listen for any create/update/delete request for the respective CRDs and try to reconcile the request.
Currently, the Dell CSI Operator can be used to deploy the following CSI drivers provided by Dell
* CSI Driver for Dell PowerMax
* CSI Driver for Dell PowerScale
* CSI Driver for Dell Unity XT
* CSI Driver for Dell PowerFlex (formerly VxFlex OS)
* CSI Driver for Dell PowerStore
Additionally, the Dell CSI Operator can also deploy Storage Classes and Volume Snapshot Classes as part of the driver deployment.
The Dell CSI Operator is itself installed as a Kubernetes deployment.
**NOTE**: You can refer to additional information about the Dell CSI Operator on the new documentation website [here](https://dell.github.io/csm-docs/docs/csidriver/installation/operator/)
## Table of Contents
* [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)
* [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md)
* [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md)
* [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md)
* [Branching Strategy](https://github.com/dell/csm/blob/main/docs/BRANCHING.md)
* [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md)
* [Maintainers](https://github.com/dell/csm/blob/main/docs/MAINTAINERS.md)
* [Support](https://dell.github.io/csm-docs/docs/support/)
* [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md)
## Supported Platforms
Dell CSI Operator has been tested and qualified with
* Upstream Kubernetes cluster v1.25, v1.26, v1.27
* OpenShift Clusters 4.11, 4.12 with RHEL 8.x & RHCOS worker nodes
## Installation
To install Dell CSI Operator please refer the steps given here at [https://dell.github.io/csm-docs/docs/csidriver/installation/operator/](https://dell.github.io/csm-docs/docs/csidriver/installation/operator/)
## Upgrading Dell CSI Operator
To upgrade the driver to the latest version (across supported Kubernetes/OpenShift versions), please refer [https://dell.github.io/csm-docs/docs/csidriver/upgradation/drivers/operator/](https://dell.github.io/csm-docs/docs/csidriver/upgradation/drivers/operator/)
## Install CSI Drivers
To install CSI drivers using operator please refer here at [https://dell.github.io/csm-docs/docs/csidriver/installation/operator/#installing-csi-driver-via-operator](https://dell.github.io/csm-docs/docs/csidriver/installation/operator/#installing-csi-driver-via-operator)
## Uninstall CSI Drivers
To uninstall CSI drivers installed using operator please refer here at [https://dell.github.io/csm-docs/docs/csidriver/uninstall/#uninstall-a-csi-driver-installed-via-dell-csi-operator](https://dell.github.io/csm-docs/docs/csidriver/uninstall/#uninstall-a-csi-driver-installed-via-dell-csi-operator)