Skip to content

Commit 9556f6c

Browse files
authored
Merge pull request #5241 from xing-yang/dev_guide
Add CSI driver doc to developer guide
2 parents 8058813 + b884aaa commit 9556f6c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

contributors/devel/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ See the [kubernetes/release](https://github.com/kubernetes/release) repository f
100100
* **Structured Logging migration instructions** [migration-to-structured-logging.md](sig-instrumentation/migration-to-structured-logging.md)
101101

102102
### SIG Storage
103+
* **NOTE** Flexvolume is deprecated. Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See this doc [here]( https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq) for more information.
104+
105+
* **CSI Drivers Doc** [CSI drivers doc](https://kubernetes-csi.github.io/docs/)
106+
This site documents how to develop, deploy, and test a [Container Storage Interface](https://github.com/container-storage-interface/spec/blob/master/spec.md) (CSI) driver on Kubernetes.
107+
103108
* **Flexvolume** [flexvolume.md](sig-storage/flexvolume.md)
104109
Flexvolume enables users to write their own drivers and add support for their volumes in Kubernetes.
105110

contributors/devel/sig-storage/flexvolume.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Flexvolume
22

3+
**NOTE:** Flexvolume is deprecated. Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See this doc [here]( https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq) for more information.
4+
35
Flexvolume enables users to write their own drivers and add support for their volumes in Kubernetes. Vendor drivers should be installed in the volume plugin path on every node, and on master if the driver requires attach capability (unless `--enable-controller-attach-detach` Kubelet option is set to false, but this is highly discouraged because it is a legacy mode of operation).
46

57
Flexvolume is a GA feature from Kubernetes 1.8 release onwards.

0 commit comments

Comments
 (0)