|
1 | | -# SFS CSI Driver for Kubernetes |
2 | | -Huawei Cloud SFS Container Storage Interface (CSI) Plugin `sfs.csi.huaweicloud.com` |
3 | | - |
4 | | -### Prerequisite |
5 | | - - The driver initialization depends on a [cloud config file](./deploy/cloud-config). Make sure it's in `/etc/sfs/cloud-config` on your node. |
6 | | - |
7 | | -### Install SFS CSI driver |
8 | | - |
9 | | -``` |
10 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/deploy/sfs-csi-plugin/kubernetes/rbac-csi-sfs-controller.yaml |
11 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/deploy/sfs-csi-plugin/kubernetes/rbac-csi-sfs-node.yaml |
12 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/deploy/sfs-csi-plugin/kubernetes/csi-sfs-controller.yaml |
13 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/deploy/sfs-csi-plugin/kubernetes/csi-sfs-node.yaml |
14 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/deploy/sfs-csi-plugin/kubernetes/csi-sfs-driver.yaml |
15 | | -``` |
16 | | - |
17 | | -### Examples |
18 | | - |
19 | | -``` |
20 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/examples/sfs-csi-plugin/kubernetes/sc.yaml |
21 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/examples/sfs-csi-plugin/kubernetes/pvc.yaml |
22 | | -kubectl apply -f https://raw.githubusercontent.com/huaweicloud/huaweicloud-csi-driver/master/examples/sfs-csi-plugin/kubernetes/pod.yaml |
23 | | -``` |
24 | | - |
25 | | -### Links |
26 | | - - [Kubernetes CSI Documentation](https://kubernetes-csi.github.io/docs/Home.html) |
27 | | - - [CSI Drivers](https://github.com/kubernetes-csi/drivers) |
28 | | - - [Container Storage Interface (CSI) Specification](https://github.com/container-storage-interface/spec) |
| 1 | +# Huawei Cloud CSI Plugin |
| 2 | + |
| 3 | +English | [简体中文](./README_CN.md) |
| 4 | + |
| 5 | +The Huawei Cloud CSI plugin provides interfaces used by Container Orchestrators to manage the lifecycle of |
| 6 | +Huawei Cloud storage service. Users can easily access the Huawei Cloud storage service through these plugins. |
| 7 | + |
| 8 | +This repository hosts various plugins relevant to Huawei Cloud and Kubernetes integration. |
| 9 | + |
| 10 | +### EVS CSI Plugin |
| 11 | + |
| 12 | +EVS CSI Plugin supports volume creation, attaching and expansion. |
| 13 | +Volume supports ReadWriteOnce mode and can only be attached to one server at the same time. |
| 14 | + |
| 15 | +See [EVS CSI Plugin](./docs/evs/evs.md) for details. |
| 16 | + |
| 17 | +## Links |
| 18 | + |
| 19 | +- [Kubernetes CSI Documentation](https://kubernetes-csi.github.io/docs/Home.html) |
| 20 | +- [CSI Drivers](https://github.com/kubernetes-csi/drivers) |
| 21 | +- [Container Storage Interface (CSI) Specification](https://github.com/container-storage-interface/spec) |
0 commit comments