Huawei Container Storage Interface (CSI) Driver is used to provision LUN, recycle LUN, and provide a series of disaster recovery functions of storages for Kubernetes Containers.
This section describes the environmental requirements and steps of compiling Huawei CSI Driver
System | Go Version |
---|---|
Linux | >=1.17 |
Step 1. Download the package and cd into the package
Step 2. Run following command to compile the Huawei CSI Driver
// PLATFORM support [X86|ARM]
make -f Makefile VER=3.1.0 PLATFORM=X86
Step 3. After the compilation is finished, a bin directory will be created in the current directory, the structure is as follows:
- bin
- huawei-csi
- secretGenerate
- secretUpdate
In addition, we also provide a way to directly download the installation package, click Release to obtain the corresponding version of the plug-in package
For details, see the user guide in the docs directory.