Supports OpenShift 4.3 and 4.4 with both RHEL and RHCOS worker nodes
Supports Docker EE 3.1
Supports volume expansion online and offline
Supports volume cloning
Supports CentOS versions 7.8, Red Hat Enterprise Linux 7.8
New installer scripts
Operator has multi-array support
Which CSI version does the driver conform to? The driver works with Kubernetes 1.17, 1.18 and 1.19 with the CSI specification 1.1. The CSI interface must be enabled
What are the supported features? The following table lists the supported action to manage the lifecycle of a Unity volume handled with the CSI driver.
Action
Supported (version)
Static Provisioning
yes
Dynamic Provisioning
yes
Binding
yes
Retain Reclaiming
yes
Delete Reclaiming
yes
Recycle Reclaiming
no
Expand Persistent Volume
yes
Shrink Persistent Volume
no
Create Snapshot Volume
yes
Create Volume from Snapshot
yes
Delete Snapshot
yes
CSI Volume Cloning
no
CSI Raw Block Volume
no
CSI ephemeral volumes
no
Access Modes
ROW, RWX (NFS only)
How do I access a different storage pool? It is possible to create multiple or different StorageClass to access a separate storage pool or tier policy or use iSCSI, FC or NFS protocols.
To access different arrays you will have to update the secret that contains the list of arrays with all the details (API endpoint, credentials, array id, etc.).
What are the supported storage protocols? The supported protocols to access Unity storage are Fiber Channel, iSCSI and NFS.
With the promotion of Volume Snapshot to beta, one significant change is the CSI external-snapshotter sidecar has been split into two controllers, a common snapshot controller and a CSI external-snapshotter sidecar.
The provided install script will :
By default, install of the external-snaphotter for CSI Unity.
Optionally, install the beta snapshot CRD when the option --snapshot-crd is set during the initial installation.
How to uninstall the CSI driver? With helm deployments, you can uninstall the driver with helm: helm delete UNITY_RELEASE [--purge]
Or execute the script: sh csi-uninstall.sh
How to upgrade the CSI driver?
Previously to version 1.3.0, the drivers supported Kubernetes alpha Volume Snapshot. With support for beta snapshot, the Product Guide recommends to remove volume snapshots, volume snapshot content, and volume snapshot class objects before anything else. Nevertheless, the Kubernetes blog announcing the beta release explains how to manually import the snapshots. That procedure haven't been tested by Dell EMC so feel free to share your experience in the forum
If you come from an installation with helm v2. You have to uninstall then reinstall the driver with helm v3 : * Uninstall the driver using the latest csi-uninstall.sh * Install the driver using the latest csi-install.sh script and the new myvalues.yaml file
Because of the multi-array support the and the secret with the credentials are very different from previous versions ; make sure secret.json is valid.
The version 1.3 is the first to bring the operator support for multi-array. Make sure to use the latest version of dell-csi-operator, before proceeding to the installation.
What are the pre-requisites for CSI driver installation? To check your system complies with the pre-requisites, you can execute the script sh verify.sh
The exhaustive list of pre-requisites is given in the product guide.
Which K8s distributions are supported? The supported versions are upstream Kubernetes 1.17, 1.18, 1.19 ; OpenShift 4.3, 4.4 with RHEL or RHCOS nodes ; Docker EE v3.1
What operating systems are supported for Kubernetes nodes? The driver was qualified with Red Hat Enterprise Linux and CentOS 7.6, 7.7, 7.8.
How to troubleshoot the driver? The driver can be troubleshooted using the usual kubectl commands as any other k8s pod/resources. Most often used commands are :
kubectl get pods -n unity : gives the status of the controller and drivers on every node
kubectl describe pods unity-controller-0 -n unity : provides details on the deployment for the controller
kubectl logs unity-controller-0 -n unity -c driver : logs the API calls between the driver and Unisphere
Which driver version is installed? helm list -c UNITY_RELEASE
What Unity and Unisphere version are supported? CSI Driver interacts with Unisphere API for all the features (volume creation, reclamation, etc.).
The driver supports Unity OE 5.0.0, 5.0.1, 5.0.2 and 5.0.3
Can I run this driver in a production environment? Yes, the driver is production-grade. Please make sure your environment follows the pre-requisites and Kubernetes' best practices.
What support does Dell EMC provide for the driver built via the GitHub sources? Dell EMC is fully committed to supporting the driver image on Dockerhub built from the sources hosted on GitHub.
Do I need to have programming skills to use CSI driver? No.
To use the driver, you need to have basic knowledge around Kubernetes administration (How to create a PV, How to use a Volume, etc.).
How can I connect Dell EMC Unity storage to Kubernetes running on VMWare? If you choose to host your cluster in a virtualized environment, the preferred protocol are iSCSI and NFS.
If you want to use Fiber Channel protocol, you must use VMDirectPath IO to supply the VM with exclusive access to the HBA. That configure, while possible, haven't been extensively tested.
The production guide show the following. Can you give this a try to download the driver?
Before you begin l You must have the downloaded files, including the Helm chart from github.com/dell/csiunity, using the following command: /home/test# git clone https://github.com/dell/csi-unity
I want to ask for help with the technical question regarding CSI driver. I have not received an answer from our technical support.
The customer is about to deploy VMware PKS and connect to DELL Unity storage. They would like to use original VMware templates/stemcells base on Ubundu Xenial 16.x+docker-ce
Can you please confirm that we are supporting with CSI driver the scheme below or what scheme changes needs to be done.
There are discrepancies in Docker version. We are requesting Docker EE
Customer template:
Release
Details
Version
v1.9.1
Release date
November 4, 2020
Component
Version
Kubernetes
v1.18.8
CoreDNS
v1.6.7+vmware.3
Docker
Linux: v19.03.5 Windows: v19.03.11
etcd
v3.4.3
Metrics Server
v0.3.6
NCP
v3.0.2.2
Percona XtraDB Cluster (PXC)
v0.30.0
UAA
v74.5.20
Compatibilities
Versions
Ops Manager
Ops Manager v2.9.12 or later, or v2.10.2 or later. Windows worker support on vSphere with NSX-T requires Ops Manager v2.10.2 or later
Does the Unity CSI support this feature? Does it needs to be supported?
I see the CSI for vSphere is going to support this on version 2.10, but this could make sense as vSphere had a prior in-tree implementation. Given the fact that we had no in-tree implementation (only ScaleIO/PowerFlex OS had on), is that why there is no reference to this feature on Unity CSI implementation?
Paiajay
8 Posts
6289
0
Posted January 7th, 2020 10:00
trying to get unity to support k8s from the link here: https://github.com/dell/csi-unity#install-csi-driver-for-unity
when i click on this" git repository" link, i get a 404 err.
request help
"You must have the downloaded files, including the Helm chart from the source git repository, "