Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YeYoot committed Apr 15, 2022
1 parent 8a5120a commit abe936f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and provide a series of disaster recovery functions of storages for Kubernetes C
|Restore|||||||
|Clone|||||||

More details [release doc](https://github.com/Huawei/eSDK_K8S_Plugin/blob/master/RELEASE.md)
More details [release doc](https://github.com/Huawei/eSDK_K8S_Plugin/blob/V2.2.16/RELEASE.md)

## Compiling the Huawei CSI Driver
This section describes the environmental requirements and steps of compiling Huawei CSI Driver
Expand Down Expand Up @@ -68,7 +68,7 @@ corresponding version of the plug-in package
### Create Dockerfile and Make Huawei CSI Image
Ensure the docker has been installed on the host and host can access the networks in
order to obtain some dependent software, then you can refer to the [documentation](
https://github.com/Huawei/eSDK_K8S_Plugin/tree/master/docs) and
https://github.com/Huawei/eSDK_K8S_Plugin/tree/V2.2.16/docs) and
create your own Dockerfile.

docker build -f Dockerfile -t huawei-csi:*.*.*
Expand All @@ -80,13 +80,13 @@ Export and import the image
docker load -i huawei-csi.tar

### Deploy The huawei-csi-rbac
Fill in the appropriate mirror version in [huawei-csi-rbac.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/master/deploy/huawei-csi-rbac.yaml),
Fill in the appropriate mirror version in [huawei-csi-rbac.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/V2.2.16/deploy/huawei-csi-rbac.yaml),
and then create the Huawei CSI Rbac.

kubectl create -f huawei-csi-rbac.yaml

### Deploy the huawei-csi-configmap
Fill in the appropriate mirror version in [huawei-csi-configmap.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/master/deploy/huawei-csi-configmap/huawei-csi-configmap-oceanstor-iscsi.yaml), and then create the Huawei CSI Configmap
Fill in the appropriate mirror version in [huawei-csi-configmap.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/V2.2.16/deploy/huawei-csi-configmap/huawei-csi-configmap-oceanstor-iscsi.yaml), and then create the Huawei CSI Configmap

kubectl create -f huawei-csi-configmap.yaml

Expand All @@ -95,12 +95,12 @@ Fill in the appropriate mirror version in [huawei-csi-configmap.yaml](https://gi
./secretGenerate

### Deploy the huawei-csi-controller
Fill in the appropriate mirror version in [huawei-csi-controller.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/master/deploy/huawei-csi-controller-snapshot-v1.yaml), and then create the Huawei CSI Controller service
Fill in the appropriate mirror version in [huawei-csi-controller.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/V2.2.16/deploy/huawei-csi-controller-snapshot-v1.yaml), and then create the Huawei CSI Controller service

kubectl create -f huawei-csi-controller.yaml

### Deploy the huawei-csi-node
Fill in the appropriate mirror version in [huawei-csi-node.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/master/deploy/huawei-csi-node.yaml),
Fill in the appropriate mirror version in [huawei-csi-node.yaml](https://github.com/Huawei/eSDK_K8S_Plugin/blob/V2.2.16/deploy/huawei-csi-node.yaml),
and then create the Huawei CSI Node service

kubectl create -f huawei-csi-node.yaml
Expand Down

0 comments on commit abe936f

Please sign in to comment.