Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.72 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.72 KB

Huawei Storage CSI Driver for Kubernetes

GitHub Go Report Card GitHub go.mod Go version (subdirectory of monorepo) GitHub Release Date GitHub release (latest by date)

Huawei CSI

Description

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.

Compiling

This section describes the environmental requirements and steps of compiling Huawei CSI Driver

Compiler Environment

System Go Version
Linux >=1.17

Compilation steps

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

Documentation

For details, see the user guide in the docs directory.